mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +00:00
Add revison column to BO table (#9580)
This commit is contained in:
parent
c41760a500
commit
ee29e6aa7b
@ -76,6 +76,11 @@ export function BuildOrderTable({
|
|||||||
switchable: true,
|
switchable: true,
|
||||||
title: t`IPN`
|
title: t`IPN`
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
accessor: 'part_detail.revision',
|
||||||
|
title: t`Revision`,
|
||||||
|
sortable: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
accessor: 'title',
|
accessor: 'title',
|
||||||
sortable: false
|
sortable: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user