mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +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,
|
rememberOrder: true,
|
||||||
queryParams: options.params,
|
queryParams: options.params,
|
||||||
columns: cols,
|
columns: cols,
|
||||||
|
pagination: true,
|
||||||
url: options.url,
|
url: options.url,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -64,7 +64,9 @@ class EditStockItemForm(HelperForm):
|
|||||||
model = StockItem
|
model = StockItem
|
||||||
|
|
||||||
fields = [
|
fields = [
|
||||||
|
'supplier_part',
|
||||||
'batch',
|
'batch',
|
||||||
'status',
|
'status',
|
||||||
'notes'
|
'notes',
|
||||||
|
'URL',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user