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