mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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,
|
||||
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',
|
||||
ordering: 'reference',
|
||||
|
Loading…
x
Reference in New Issue
Block a user