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

Remove part 'type' fields from form

These are now presented as virtual buttons
This commit is contained in:
Oliver Walters
2019-06-18 21:43:51 +10:00
parent 1d67b4cdaa
commit 3349d0c0df
2 changed files with 8 additions and 12 deletions

View File

@@ -101,11 +101,6 @@ class EditPartForm(HelperForm):
'default_supplier',
'units',
'minimum_stock',
'assembly',
'component',
'trackable',
'purchaseable',
'salable',
'notes',
]