forked from CGM_Public/pretix_original
Fix required field
This commit is contained in:
@@ -310,6 +310,7 @@ class BasePaymentProvider:
|
|||||||
('_hidden',
|
('_hidden',
|
||||||
forms.BooleanField(
|
forms.BooleanField(
|
||||||
label=_('Hide payment method'),
|
label=_('Hide payment method'),
|
||||||
|
required=False,
|
||||||
help_text=_(
|
help_text=_(
|
||||||
'The payment method will not be shown by default but only to people who enter the shop through '
|
'The payment method will not be shown by default but only to people who enter the shop through '
|
||||||
'a special link.'
|
'a special link.'
|
||||||
|
|||||||
Reference in New Issue
Block a user