forked from CGM_Public/pretix_original
Payment term on weekdays should not be required (#1862)
This commit is contained in:
@@ -488,7 +488,6 @@ DEFAULTS = {
|
|||||||
widget=forms.CheckboxInput(
|
widget=forms.CheckboxInput(
|
||||||
attrs={
|
attrs={
|
||||||
'data-display-dependency': '#id_payment_term_mode_0',
|
'data-display-dependency': '#id_payment_term_mode_0',
|
||||||
'data-required-if': '#id_payment_term_mode_0'
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user