[Counter] - Buying group is now required

This commit is contained in:
Cyl 2019-09-19 23:04:03 +02:00
parent ca042fe75e
commit 14303fd46c

View File

@ -984,7 +984,7 @@ class ProductEditForm(forms.ModelForm):
show_help_text=False, show_help_text=False,
help_text="", help_text="",
label=_("Buying groups"), label=_("Buying groups"),
required=False, required=True,
) )
club = AutoCompleteSelectField("clubs", show_help_text=False) club = AutoCompleteSelectField("clubs", show_help_text=False)
counters = AutoCompleteSelectMultipleField( counters = AutoCompleteSelectMultipleField(