2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Simplified stock table view in Part and SupplierPart detail pages

This commit is contained in:
eeintech
2021-04-08 13:42:35 -04:00
parent 5e0e364b6c
commit b5a5f5b409
3 changed files with 9 additions and 4 deletions

View File

@ -22,7 +22,7 @@
params: {
supplier_part: {{ part.id }},
location_detail: true,
part_detail: true,
part_detail: false,
},
groupByField: 'location',
buttons: ['#stock-options'],