mirror of
https://github.com/pretix/pretix.git
synced 2026-05-12 16:24:00 +00:00
Approvals
This commit is contained in:
@@ -237,7 +237,7 @@ def invoice_pdf_task(invoice: int):
|
||||
|
||||
|
||||
def invoice_qualified(order: Order):
|
||||
if order.total == Decimal('0.00'):
|
||||
if order.total == Decimal('0.00') or order.require_approval:
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user