mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Detail in StockItem API now optional
This commit is contained in:
@ -37,6 +37,8 @@
|
||||
loadStockTable($("#stock-table"), {
|
||||
params: {
|
||||
part: {{ part.id }},
|
||||
location_detail: true,
|
||||
part_detail: true,
|
||||
},
|
||||
buttons: [
|
||||
'#stock-options',
|
||||
|
Reference in New Issue
Block a user