Added UOM Nmae
This commit is contained in:
parent
96d713ee3a
commit
c82fb49174
|
|
@ -79,6 +79,9 @@ const AutomatedReorderList = () => {
|
||||||
title: 'Product Name',
|
title: 'Product Name',
|
||||||
dataIndex: 'ProdName',
|
dataIndex: 'ProdName',
|
||||||
key: 'ProdName',
|
key: 'ProdName',
|
||||||
|
render: (_, record) => (
|
||||||
|
`${record.ProdName} (${record.UOMName})`
|
||||||
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Supplier',
|
title: 'Supplier',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue