forked from CGM_Public/pretix_original
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(
|
notify = forms.BooleanField(
|
||||||
label=_('Notify user'),
|
label=_('Notify user'),
|
||||||
required=False,
|
required=False,
|
||||||
initial=True,
|
initial=False,
|
||||||
help_text=_(
|
help_text=_(
|
||||||
'Send an email to the customer notifying that their order has been changed.'
|
'Send an email to the customer notifying that their order has been changed.'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user