Fix for UBL attachment
This commit is contained in:
parent
31db51fc0c
commit
5e3a56ec61
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class ConvertInvoiceToUbl extends Job
|
|||
$ublInvoice->setAccountingCustomerParty($customerParty);
|
||||
|
||||
// line items
|
||||
$invoiceLine = [];
|
||||
$invoiceLines = [];
|
||||
$taxable = $invoice->getTaxable();
|
||||
|
||||
foreach ($invoice->invoice_items as $index => $item) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue