Fixes #974
This commit is contained in:
parent
bf166a1a6f
commit
2cdba1e4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@
|
|||
model.invoice().custom_taxes2({{ $account->custom_invoice_taxes2 ? 'true' : 'false' }});
|
||||
// set the default account tax rate
|
||||
@if ($account->invoice_taxes && ! empty($defaultTax))
|
||||
var defaultTax = {!! $defaultTax !!};
|
||||
var defaultTax = {!! $defaultTax->toJson() !!};
|
||||
model.invoice().tax_rate1(defaultTax.rate);
|
||||
model.invoice().tax_name1(defaultTax.name);
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue