Create invoice broken #1480
This commit is contained in:
parent
9ebaf01c4f
commit
b0cb544a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -900,7 +900,7 @@
|
|||
@else
|
||||
// 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