From: Raphael Michel Date: Tue, 2 Sep 2025 12:40:39 +0000 (+0200) Subject: Fix readme example (fixes #66) X-Git-Tag: 2025.2.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=263766b55363ae6f158c3800d829ee9ed7588caf;p=thirdparty%2Fpython-drafthorse.git Fix readme example (fixes #66) --- 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")