2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Add ability for stock API to be filtered by installed status

This commit is contained in:
Oliver Walters
2020-09-28 20:07:25 +10:00
parent 8dd8e69c05
commit f253bf1843
7 changed files with 72 additions and 11 deletions

View File

@ -19,7 +19,7 @@
loadStockTable($("#stock-table"), {
params: {
location_detail: true,
part_details: true,
part_detail: true,
build: {{ build.id }},
},
groupByField: 'location',