mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Add ability to edit default_location for a PartCategory
This commit is contained in:
@ -90,7 +90,8 @@ class EditCategoryForm(HelperForm):
|
||||
fields = [
|
||||
'parent',
|
||||
'name',
|
||||
'description'
|
||||
'description',
|
||||
'default_location'
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user