From d0c70c22b9db9167bac47c1359b5bae2fee5a973 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 1 Jan 2018 11:27:05 +0200 Subject: [PATCH] Change tax limitation --- resources/views/accounts/tax_rates.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/accounts/tax_rates.blade.php b/resources/views/accounts/tax_rates.blade.php index 9d3f73ebf..aecc1be9e 100644 --- a/resources/views/accounts/tax_rates.blade.php +++ b/resources/views/accounts/tax_rates.blade.php @@ -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(' ')