Invoices: Visibly mark paid invoices (#3094)

This commit is contained in:
Raphael Michel
2023-02-07 11:34:38 +01:00
committed by GitHub
parent d1e8504481
commit 749f5c7e6c
10 changed files with 89 additions and 11 deletions

View File

@@ -176,6 +176,7 @@ TEST_INVOICE_RES = {
"internal_reference": "",
"additional_text": "",
"payment_provider_text": "",
"payment_provider_stamp": None,
"footer_text": "",
"foreign_currency_display": None,
"foreign_currency_rate": None,

View File

@@ -445,6 +445,7 @@ def test_order_create_invoice(token_client, organizer, event, order):
'introductory_text': '',
'additional_text': '',
'payment_provider_text': '',
'payment_provider_stamp': None,
'footer_text': '',
'lines': [
{