Payment term on weekdays should not be required (#1862)

This commit is contained in:
Felix Rindt
2020-11-30 11:52:21 +01:00
committed by GitHub
parent 5a034f1339
commit f43585bf36

View File

@@ -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'
},
),
)