Change tax limitation

This commit is contained in:
Hillel Coren 2018-01-01 11:27:05 +02:00
parent 1b60d2ee8a
commit d0c70c22b9

View File

@ -35,7 +35,7 @@
->label(' ') ->label(' ')
->value(1) !!} ->value(1) !!}
@if (! $hasInclusiveTaxRates && ($account->inclusive_taxes || $countInvoices <= 10)) @if (! $hasInclusiveTaxRates && $countInvoices == 0)
{!! Former::checkbox('inclusive_taxes') {!! Former::checkbox('inclusive_taxes')
->text(trans('texts.inclusive_taxes_help')) ->text(trans('texts.inclusive_taxes_help'))
->label('&nbsp;') ->label('&nbsp;')