2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Fixed category parameter template edit form

This commit is contained in:
eeintech
2020-11-02 15:05:37 -05:00
parent 43fab8a8b3
commit 6320384ecb
2 changed files with 11 additions and 5 deletions

View File

@@ -188,7 +188,8 @@ class EditPartForm(HelperForm):
category_templates = forms.BooleanField(required=False,
initial=False,
help_text=_('Create parameters from category templates'),
help_text=_('Create parameters based on default category templates'),
label=_('Copy category parameter templates'),
widget=forms.HiddenInput())
class Meta: