mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Change tax limitation
This commit is contained in:
parent
1b60d2ee8a
commit
d0c70c22b9
@ -35,7 +35,7 @@
|
||||
->label(' ')
|
||||
->value(1) !!}
|
||||
|
||||
@if (! $hasInclusiveTaxRates && ($account->inclusive_taxes || $countInvoices <= 10))
|
||||
@if (! $hasInclusiveTaxRates && $countInvoices == 0)
|
||||
{!! Former::checkbox('inclusive_taxes')
|
||||
->text(trans('texts.inclusive_taxes_help'))
|
||||
->label(' ')
|
||||
|
Loading…
x
Reference in New Issue
Block a user