2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Add some form fields (might have to remove later)

This commit is contained in:
Oliver Walters
2019-05-26 00:32:18 +10:00
parent 21dd893c01
commit f3b17b2164
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm):
'location',
'quantity',
'batch',
'serial',
'delete_on_deplete',
'status',
'notes',