mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
minor updates for UBL
This commit is contained in:
parent
501464e2db
commit
72f9813d27
@ -103,7 +103,7 @@ class CreateUbl implements ShouldQueue
|
|||||||
|
|
||||||
$ubl_invoice->setLegalMonetaryTotal((new LegalMonetaryTotal())
|
$ubl_invoice->setLegalMonetaryTotal((new LegalMonetaryTotal())
|
||||||
//->setLineExtensionAmount()
|
//->setLineExtensionAmount()
|
||||||
->setTaxInclusiveAmount($taxtotal->getTaxAmount())
|
->setTaxInclusiveAmount($invoice->balance)
|
||||||
->setTaxExclusiveAmount($taxable)
|
->setTaxExclusiveAmount($taxable)
|
||||||
->setPayableAmount($invoice->balance));
|
->setPayableAmount($invoice->balance));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user