From 75cd96080a036d07b2660e177356b5bcc675a9f6 Mon Sep 17 00:00:00 2001 From: jps Date: Sun, 25 Jan 2026 15:29:55 +0100 Subject: [PATCH] corr 2 --- app/controllers/Peppol_controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/Peppol_controller.php b/app/controllers/Peppol_controller.php index 46c4892..d71ed22 100644 --- a/app/controllers/Peppol_controller.php +++ b/app/controllers/Peppol_controller.php @@ -1005,8 +1005,8 @@ class PEPPOL_peppol_controller { '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_payable_amount' => 0, - 'amount_due' => round($order->get_total(), 2), + 'total_payable_amount' => round($order->get_total(), 2), + 'amount_due' => 0, ]; $invoice_totals = \apply_filters('esi_peppol_invoice_totals', $invoice_totals, $order);