mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
[Counter] - Buying group is now required
This commit is contained in:
parent
ca042fe75e
commit
14303fd46c
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user