mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix UBL fix
This commit is contained in:
parent
e7e5ee252d
commit
f2608c0f84
@ -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…
x
Reference in New Issue
Block a user