Send invoice to organizer in plain text (Z#23210026) (#5518)

This commit is contained in:
Raphael Michel
2025-10-07 10:40:15 +02:00
committed by GitHub
parent 85a9a3caa6
commit dcf473c543

View File

@@ -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: