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

Updated Part model

- Added 'default_location'
- Added 'default_supplier'
This commit is contained in:
Oliver
2018-04-17 18:23:24 +10:00
parent 45c5edee4d
commit 982803a0a7
6 changed files with 80 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ class EditPartForm(forms.ModelForm):
'description',
'IPN',
'URL',
'default_location',
'default_supplier',
'minimum_stock',
'buildable',
'trackable',