mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
src
@ -129,12 +129,14 @@ export function PurchaseOrderLineItemTable({
|
||||
accessor: 'part',
|
||||
title: t`Part`,
|
||||
sortable: true,
|
||||
ordering: 'part_name',
|
||||
switchable: false,
|
||||
render: (record: any) => PartColumn({ part: record.part_detail })
|
||||
},
|
||||
{
|
||||
accessor: 'part_detail.IPN',
|
||||
sortable: false
|
||||
sortable: true,
|
||||
ordering: 'IPN'
|
||||
},
|
||||
{
|
||||
accessor: 'part_detail.description',
|
||||
|
Reference in New Issue
Block a user