We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9263b2 commit 7753f0bCopy full SHA for 7753f0b
tests/conftest.py
@@ -54,7 +54,7 @@ def invoice_document(request):
54
li.agreement.gross.amount = Decimal("999.00")
55
li.agreement.gross.basis_quantity = (Decimal("1.0000"), "C62") # C62 == pieces
56
li.agreement.net.amount = Decimal("999.00")
57
- li.agreement.net.basis_quantity = (Decimal("999.00"), "EUR")
+ li.agreement.net.basis_quantity = (Decimal("999.00"), "C62")
58
li.delivery.billed_quantity = (Decimal("1.0000"), "C62") # C62 == pieces
59
li.settlement.trade_tax.type_code = "VAT"
60
li.settlement.trade_tax.category_code = "E"
0 commit comments