From 27ca6992f8a17e19b385ca660346b7f312bf7d32 Mon Sep 17 00:00:00 2001 From: Mme Quignon Date: Thu, 2 Sep 2021 15:10:31 +0200 Subject: [PATCH] ebill_paynet: make amount type 66 tax excluded (#5) --- ebill_paynet/messages/invoice-2003A.xml | 2 +- ebill_paynet/tests/examples/invoice_isr_b2b.xml | 2 +- ebill_paynet/tests/examples/invoice_qr_b2b.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebill_paynet/messages/invoice-2003A.xml b/ebill_paynet/messages/invoice-2003A.xml index bf2ca4d96..9a3db2a0f 100644 --- a/ebill_paynet/messages/invoice-2003A.xml +++ b/ebill_paynet/messages/invoice-2003A.xml @@ -173,7 +173,7 @@ {{ line.price_subtotal|round(2) }} {{ line.price_total|round(2) }} - {{ line.price_total|round(2) }} + {{ line.price_subtotal|round(2) }} {% for tax in line.tax_ids %} {%- if loop.index == 1 %} diff --git a/ebill_paynet/tests/examples/invoice_isr_b2b.xml b/ebill_paynet/tests/examples/invoice_isr_b2b.xml index 082c622b3..6525d4e6f 100644 --- a/ebill_paynet/tests/examples/invoice_isr_b2b.xml +++ b/ebill_paynet/tests/examples/invoice_isr_b2b.xml @@ -136,7 +136,7 @@ 492.0 529.88 - 529.88 + 492.0 7.7 diff --git a/ebill_paynet/tests/examples/invoice_qr_b2b.xml b/ebill_paynet/tests/examples/invoice_qr_b2b.xml index 721751fee..1779e2e77 100644 --- a/ebill_paynet/tests/examples/invoice_qr_b2b.xml +++ b/ebill_paynet/tests/examples/invoice_qr_b2b.xml @@ -136,7 +136,7 @@ 492.0 529.88 - 529.88 + 492.0 7.7