forked from CGM_Public/pretix_original
Send invoice to organizer in plain text (Z#23210026) (#5518)
This commit is contained in:
@@ -671,6 +671,7 @@ def send_invoices_to_organizer(sender, **kwargs):
|
||||
event=i.event,
|
||||
invoices=[i],
|
||||
auto_email=True,
|
||||
plain_text_only=True,
|
||||
)
|
||||
i.sent_to_organizer = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user