mirror of
https://github.com/pretix/pretix.git
synced 2026-04-28 00:02:37 +00:00
Changing orders: Default to not notifying the user (#3056)
This commit is contained in:
@@ -270,7 +270,7 @@ class OtherOperationsForm(forms.Form):
|
||||
notify = forms.BooleanField(
|
||||
label=_('Notify user'),
|
||||
required=False,
|
||||
initial=True,
|
||||
initial=False,
|
||||
help_text=_(
|
||||
'Send an email to the customer notifying that their order has been changed.'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user