rename to download_reminder

This commit is contained in:
Felix Rindt
2020-07-24 17:57:25 +02:00
parent 143ac10991
commit 4a0a3aff59
6 changed files with 7 additions and 7 deletions

View File

@@ -1057,7 +1057,7 @@ def send_download_reminders(sender, **kwargs):
if days is None:
continue
if o.sales_channel not in event.settings.mail_sales_channel_ticket_reminder:
if o.sales_channel not in event.settings.mail_sales_channel_download_reminder:
continue
reminder_date = (o.first_date - timedelta(days=days)).replace(hour=0, minute=0, second=0, microsecond=0)