mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Allow editing of more stockitem options
This commit is contained in:
parent
8d5850248e
commit
d78841a665
@ -483,6 +483,7 @@ function loadStockTrackingTable(table, options) {
|
||||
rememberOrder: true,
|
||||
queryParams: options.params,
|
||||
columns: cols,
|
||||
pagination: true,
|
||||
url: options.url,
|
||||
});
|
||||
|
||||
|
@ -64,7 +64,9 @@ class EditStockItemForm(HelperForm):
|
||||
model = StockItem
|
||||
|
||||
fields = [
|
||||
'supplier_part',
|
||||
'batch',
|
||||
'status',
|
||||
'notes'
|
||||
'notes',
|
||||
'URL',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user