|
@@ -193,7 +193,7 @@ |
|
|
block discarded – undo |
|
193
|
193
|
'wo_VAT' => (float) $arrayAggregate['LegalMonetaryTotal']['TaxExclusiveAmount']['value'], |
|
194
|
194
|
'TOTAL' => (float) $arrayAggregate['LegalMonetaryTotal']['TaxInclusiveAmount']['value'], |
|
195
|
195
|
]; |
|
196
|
|
- $arrayParties = [ |
|
|
196
|
+ $arrayParties = [ |
|
197
|
197
|
'Customer' => $arrayAggregate['AccountingCustomerParty']['Party'], |
|
198
|
198
|
'Supplier' => $arrayAggregate['AccountingSupplierParty']['Party'], |
|
199
|
199
|
]; |
Please login to merge, or discard this patch.