mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Invoices: Visibly mark paid invoices (#3094)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user