diff --git a/src/components/InventorySearch/InventoryLotLineTable.tsx b/src/components/InventorySearch/InventoryLotLineTable.tsx index eb8662b..a6b10b4 100644 --- a/src/components/InventorySearch/InventoryLotLineTable.tsx +++ b/src/components/InventorySearch/InventoryLotLineTable.tsx @@ -106,6 +106,13 @@ const InventoryLotLineTable: React.FC = ({ inventoryLotLines, pagingContr return arrayToDateString(params.expiryDate) }, }, + { + name: "warehouse", + label: t("Warehouse"), + renderCell: (params) => { + return `${params.warehouse.code} - ${params.warehouse.name}` + }, + }, { name: "id", label: t("qrcode"), diff --git a/src/components/PoSearch/PoSearch.tsx b/src/components/PoSearch/PoSearch.tsx index 5f53e09..2e85ca2 100644 --- a/src/components/PoSearch/PoSearch.tsx +++ b/src/components/PoSearch/PoSearch.tsx @@ -115,7 +115,7 @@ const PoSearch: React.FC = ({ () => [ { name: "id" as keyof PoResult, - label: "Select", + label: "", renderCell: (params) => (