Fix for currency symbol
This commit is contained in:
parent
7b233def5f
commit
02c8a76ee3
1 changed files with 1 additions and 0 deletions
|
|
@ -894,6 +894,7 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||
'page_size',
|
||||
'include_item_taxes_inline',
|
||||
'invoice_fields',
|
||||
'show_currency_code',
|
||||
]);
|
||||
|
||||
foreach ($this->invoice_items as $invoiceItem) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue