mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Add part full name to supplier part table (#9197)
This commit is contained in:
parent
28259a1ad6
commit
0da9391568
@ -47,7 +47,8 @@ export function SupplierPartTable({
|
|||||||
accessor: 'part',
|
accessor: 'part',
|
||||||
switchable: 'part' in params,
|
switchable: 'part' in params,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
render: (record: any) => PartColumn({ part: record?.part_detail })
|
render: (record: any) =>
|
||||||
|
PartColumn({ part: record?.part_detail, full_name: true })
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessor: 'supplier',
|
accessor: 'supplier',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user