mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-04 11:03: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:
		@@ -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(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user