mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix duplicate save() call
This commit is contained in:
@@ -480,7 +480,6 @@ def send_invoices_to_organizer(sender, **kwargs):
|
||||
auto_email=True,
|
||||
)
|
||||
i.sent_to_organizer = True
|
||||
i.save(update_fields=['sent_to_organizer'])
|
||||
else:
|
||||
i.sent_to_organizer = False
|
||||
i.save(update_fields=['sent_to_organizer'])
|
||||
|
||||
Reference in New Issue
Block a user