Added UOM Nmae

This commit is contained in:
Srinath 2026-03-25 09:38:12 +05:30
parent 96d713ee3a
commit c82fb49174
1 changed files with 3 additions and 0 deletions

View File

@ -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',