2
0
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:
eeintech
2020-11-04 12:06:07 -05:00
parent 1c14c2237a
commit e401bb8e3c
5 changed files with 42 additions and 15 deletions

View File

@@ -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,