mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Improved tests, fixed admin, improved naming
This commit is contained in:
@@ -207,7 +207,7 @@ class EditPartForm(HelperForm):
|
||||
|
||||
selected_category_templates = forms.BooleanField(required=False,
|
||||
initial=False,
|
||||
label=_('Include selected category parameter templates'),
|
||||
label=_('Include category parameter templates'),
|
||||
widget=forms.HiddenInput())
|
||||
|
||||
parent_category_templates = forms.BooleanField(required=False,
|
||||
|
Reference in New Issue
Block a user