This commit is contained in:
Jean-Philippe Staelen 2026-01-25 15:57:54 +01:00
parent 11d81d59f0
commit feaa43c289

View File

@ -1004,7 +1004,7 @@ class PEPPOL_peppol_controller {
'total_amount_excluding_vat' => round($total_excl_vat, 2),
'total_vat_amount' => round($total_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),
];