2
0
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:
Oliver Walters
2019-05-23 22:57:45 +10:00
parent 9052ccc181
commit 5664fc5472
6 changed files with 42 additions and 9 deletions

View File

@ -37,6 +37,8 @@
loadStockTable($("#stock-table"), {
params: {
part: {{ part.id }},
location_detail: true,
part_detail: true,
},
buttons: [
'#stock-options',