2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Merge pull request #1772 from SchrodingersGat/part-stock-part-column

Reintroduces "part" column to part stock
This commit is contained in:
Oliver
2021-07-08 15:27:59 +10:00
committed by GitHub

View File

@ -40,7 +40,7 @@
params: { params: {
part: {{ part.id }}, part: {{ part.id }},
location_detail: true, location_detail: true,
part_detail: false, part_detail: true,
supplier_part_detail: true, supplier_part_detail: true,
}, },
groupByField: 'location', groupByField: 'location',