Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
b7db969f
Commit
b7db969f
authored
Sep 20, 2019
by
Sli
Browse files
Merge branch 'counter' into 'master'
[Counter] - Buying group is now required See merge request ae/Sith!239
parents
5e6b17cd
14303fd4
Pipeline
#2032
passed with stage
in 26 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
counter/views.py
View file @
b7db969f
...
...
@@ -990,7 +990,7 @@ class ProductEditForm(forms.ModelForm):
show_help_text
=
False
,
help_text
=
""
,
label
=
_
(
"Buying groups"
),
required
=
Fals
e
,
required
=
Tru
e
,
)
club
=
AutoCompleteSelectField
(
"clubs"
,
show_help_text
=
False
)
counters
=
AutoCompleteSelectMultipleField
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment