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

Added edit/delete for category parameter templates

This commit is contained in:
eeintech
2020-10-31 12:55:52 -05:00
parent 2a563d7370
commit 3a347fba21
4 changed files with 128 additions and 7 deletions

View File

@@ -249,7 +249,7 @@ class EditCategoryForm(HelperForm):
class EditCategoryParameterTemplateForm(HelperForm):
""" Form for editing a PartParameterTemplate object """
""" Form for editing a PartCategoryParameterTemplate object """
class Meta:
model = PartCategoryParameterTemplate