mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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 = [
|
||||
'parent',
|
||||
'name',
|
||||
'description'
|
||||
'description',
|
||||
'default_location'
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user