diff --git a/InvenTree/part/forms.py b/InvenTree/part/forms.py index 0363b4ab37..e97386d229 100644 --- a/InvenTree/part/forms.py +++ b/InvenTree/part/forms.py @@ -90,7 +90,8 @@ class EditCategoryForm(HelperForm): fields = [ 'parent', 'name', - 'description' + 'description', + 'default_location' ]