mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
Merge branch 'counter' into 'master'
[Counter] - Buying group is now required See merge request ae/Sith!239
This commit is contained in:
commit
b7db969f08
@ -990,7 +990,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