|
|
@@ -106,6 +106,13 @@ const InventoryLotLineTable: React.FC<Props> = ({ 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"), |
|
|
|