mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add ability to edit default_location for a PartCategory
This commit is contained in:
parent
4ffaad3f1a
commit
f270375847
@ -90,7 +90,8 @@ class EditCategoryForm(HelperForm):
|
|||||||
fields = [
|
fields = [
|
||||||
'parent',
|
'parent',
|
||||||
'name',
|
'name',
|
||||||
'description'
|
'description',
|
||||||
|
'default_location'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user