Use more sensible defaults for check-in lists in event series (#3147)

This commit is contained in:
Raphael Michel
2023-03-14 22:26:40 +01:00
committed by GitHub
parent 136511f394
commit 859004ec59
6 changed files with 35 additions and 7 deletions

View File

@@ -985,7 +985,7 @@ class Order(LockModel, LoggedModel):
context: Dict[str, Any]=None, log_entry_type: str='pretix.event.order.email.sent',
user: User=None, headers: dict=None, sender: str=None, invoices: list=None,
auth=None, attach_tickets=False, position: 'OrderPosition'=None, auto_email=True,
attach_ical=False, attach_cached_files: list=None, attach_other_files: list=None):
attach_ical=False, attach_other_files: list=None, attach_cached_files: list=None):
"""
Sends an email to the user that placed this order. Basically, this method does two things: