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

Add PART_VIRTUAL setting

This commit is contained in:
Oliver Walters
2021-01-03 23:13:58 +11:00
parent 0aeeba808c
commit b05504e1c4
6 changed files with 35 additions and 3 deletions

View File

@@ -236,6 +236,7 @@ class EditPartForm(HelperForm):
'trackable',
'purchaseable',
'salable',
'virtual',
]