From: Raphael Michel Date: Wed, 22 Jan 2025 16:05:00 +0000 (+0100) Subject: Fix #57 -- Incorrect readme example X-Git-Tag: 2025.1.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7753f0ba3dc705df8b1d0290a977879da27f5ef4;p=thirdparty%2Fpython-drafthorse.git Fix #57 -- Incorrect readme example --- diff --git a/tests/conftest.py b/tests/conftest.py index 47ac177..f7d67ba 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -54,7 +54,7 @@ def invoice_document(request): li.agreement.gross.amount = Decimal("999.00") li.agreement.gross.basis_quantity = (Decimal("1.0000"), "C62") # C62 == pieces li.agreement.net.amount = Decimal("999.00") - li.agreement.net.basis_quantity = (Decimal("999.00"), "EUR") + li.agreement.net.basis_quantity = (Decimal("999.00"), "C62") li.delivery.billed_quantity = (Decimal("1.0000"), "C62") # C62 == pieces li.settlement.trade_tax.type_code = "VAT" li.settlement.trade_tax.category_code = "E"