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

Fix for bug a)

- Would not create new StockItem for trackable part if Serial Numbers not provided
This commit is contained in:
Oliver Walters
2020-02-06 23:11:47 +11:00
parent 0939ffeb76
commit 2949289fab
2 changed files with 13 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ class CreateStockItemForm(HelperForm):
'serial_numbers',
'delete_on_deplete',
'status',
'notes',
'URL',
]