mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Add more columns to BuildLineTable (#7914)
This commit is contained in:
parent
48ee876d79
commit
2e10400d7c
@ -153,6 +153,16 @@ export default function BuildLineTable({
|
|||||||
switchable: false,
|
switchable: false,
|
||||||
render: (record: any) => PartColumn(record.part_detail)
|
render: (record: any) => PartColumn(record.part_detail)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
accessor: 'record.part_detail.IPN',
|
||||||
|
sortable: false,
|
||||||
|
title: t`IPN`
|
||||||
|
},
|
||||||
|
{
|
||||||
|
accessor: 'record.part_detail.description',
|
||||||
|
sortable: false,
|
||||||
|
title: t`Description`
|
||||||
|
},
|
||||||
{
|
{
|
||||||
accessor: 'bom_item_detail.reference',
|
accessor: 'bom_item_detail.reference',
|
||||||
ordering: 'reference',
|
ordering: 'reference',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user