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

Added 'salable' field to Part model

This commit is contained in:
Oliver
2018-04-17 18:11:34 +10:00
parent 9dc41ba122
commit 45c5edee4d
5 changed files with 43 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ class EditPartForm(forms.ModelForm):
'buildable',
'trackable',
'purchaseable',
'salable',
]