2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Filter builditem API by 'output' stock item

This commit is contained in:
Oliver Walters
2020-10-22 21:43:53 +11:00
parent f989d3b3ec
commit 1ca08f8bff
2 changed files with 10 additions and 2 deletions

View File

@ -459,7 +459,7 @@ function loadStockTable(table, options) {
switchable: false,
},
{
field: 'part_detail.name',
field: 'part_detail.full_name',
title: '{% trans "Part" %}',
sortable: true,
switchable: false,