]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Fix readme example (fixes #66)
authorRaphael Michel <michel@rami.io>
Tue, 2 Sep 2025 12:40:39 +0000 (14:40 +0200)
committerRaphael Michel <michel@rami.io>
Tue, 2 Sep 2025 12:40:39 +0000 (14:40 +0200)
README.rst

index af469b3fbe9a7f46188f4d14baf721a6757ee593..b2ba766bd071a71f6300cc76c5c8f0d8b6248a34 100644 (file)
@@ -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")