Change tax limitation
This commit is contained in:
parent
1b60d2ee8a
commit
d0c70c22b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue