mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Payment term on weekdays should not be required (#1862)
This commit is contained in:
@@ -488,7 +488,6 @@ DEFAULTS = {
|
||||
widget=forms.CheckboxInput(
|
||||
attrs={
|
||||
'data-display-dependency': '#id_payment_term_mode_0',
|
||||
'data-required-if': '#id_payment_term_mode_0'
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user