mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-15 08:48:11 +00:00
Fix for StockItem creation form
- purchase_price field was required (should not be!) - Fixed some validation issues - Cleaned up form implementation
This commit is contained in:
@@ -124,11 +124,11 @@ class CreateStockItemForm(HelperForm):
|
||||
fields = [
|
||||
'part',
|
||||
'supplier_part',
|
||||
'purchase_price',
|
||||
'location',
|
||||
'quantity',
|
||||
'batch',
|
||||
'serial_numbers',
|
||||
'purchase_price',
|
||||
'link',
|
||||
'delete_on_deplete',
|
||||
'status',
|
||||
|
||||
Reference in New Issue
Block a user