retest
This commit is contained in:
parent
11d81d59f0
commit
feaa43c289
@ -1004,7 +1004,7 @@ class PEPPOL_peppol_controller {
|
|||||||
'total_amount_excluding_vat' => round($total_excl_vat, 2),
|
'total_amount_excluding_vat' => round($total_excl_vat, 2),
|
||||||
'total_vat_amount' => round($total_vat, 2),
|
'total_vat_amount' => round($total_vat, 2),
|
||||||
'total_amount_including_vat' => round($total_incl_vat, 2),
|
'total_amount_including_vat' => round($total_incl_vat, 2),
|
||||||
'total_paid_amount' => round($order->get_total(), 2),
|
'total_paid_amount' => 0,
|
||||||
'total_payable_amount' => round($order->get_total(), 2),
|
'total_payable_amount' => round($order->get_total(), 2),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user