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