2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Add 'default_keywords' field to a category

This commit is contained in:
Oliver Walters
2019-05-14 17:30:24 +10:00
parent 02033c2157
commit 0842bd5833
3 changed files with 28 additions and 1 deletions

View File

@@ -119,7 +119,8 @@ class EditCategoryForm(HelperForm):
'parent',
'name',
'description',
'default_location'
'default_location',
'default_keywords',
]