diff --git a/src/Pages/Automated Reorder/AutomatedReorderList.jsx b/src/Pages/Automated Reorder/AutomatedReorderList.jsx index d574ead..91d43bc 100644 --- a/src/Pages/Automated Reorder/AutomatedReorderList.jsx +++ b/src/Pages/Automated Reorder/AutomatedReorderList.jsx @@ -79,6 +79,9 @@ const AutomatedReorderList = () => { title: 'Product Name', dataIndex: 'ProdName', key: 'ProdName', + render: (_, record) => ( + `${record.ProdName} (${record.UOMName})` + ) }, { title: 'Supplier',