From 263766b55363ae6f158c3800d829ee9ed7588caf Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 2 Sep 2025 14:40:39 +0200 Subject: [PATCH] Fix readme example (fixes #66) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index af469b3..b2ba766 100644 --- a/README.rst +++ b/README.rst @@ -121,7 +121,7 @@ Generating:: doc.trade.settlement.monetary_summation.charge_total = Decimal("0.00") doc.trade.settlement.monetary_summation.allowance_total = Decimal("0.00") doc.trade.settlement.monetary_summation.tax_basis_total = Decimal("999.00") - doc.trade.settlement.monetary_summation.tax_total = (Decimal("0.00"), "EUR") + doc.trade.settlement.monetary_summation.tax_total = Decimal("0.00") doc.trade.settlement.monetary_summation.grand_total = Decimal("999.00") doc.trade.settlement.monetary_summation.due_amount = Decimal("999.00") -- 2.47.3