2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

Add ability to edit default_location for a PartCategory

This commit is contained in:
Oliver Walters 2019-05-04 19:03:32 +10:00
parent 4ffaad3f1a
commit f270375847

View File

@ -90,7 +90,8 @@ class EditCategoryForm(HelperForm):
fields = [ fields = [
'parent', 'parent',
'name', 'name',
'description' 'description',
'default_location'
] ]