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:
@@ -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
|
||||
|
Reference in New Issue
Block a user