Add Invoice.fee_type, Invoice.fee_internal_type

This commit is contained in:
Raphael Michel
2021-06-22 16:58:22 +02:00
parent 8700c41f5e
commit cba2ad5333
7 changed files with 56 additions and 2 deletions

View File

@@ -341,6 +341,7 @@ def test_positions(env):
assert last.gross_value == fee.value
assert last.tax_rate == fee.tax_rate
assert last.tax_value == fee.tax_value
assert last.fee_type == 'payment'
assert inv.invoice_to == ""