| @@ -79,19 +79,19 @@ const InventoryLotLineTable: React.FC<Props> = ({ inventoryLotLines, pagingContr | |||||
| return arrayToDateString(params.expiryDate) | return arrayToDateString(params.expiryDate) | ||||
| }, | }, | ||||
| }, | }, | ||||
| { | |||||
| name: "status", | |||||
| label: t("Status"), | |||||
| type: "icon", | |||||
| icons: { | |||||
| available: <CheckCircleOutline fontSize="small"/>, | |||||
| unavailable: <DoDisturb fontSize="small"/>, | |||||
| }, | |||||
| colors: { | |||||
| available: "success", | |||||
| unavailable: "error", | |||||
| } | |||||
| }, | |||||
| // { | |||||
| // name: "status", | |||||
| // label: t("Status"), | |||||
| // type: "icon", | |||||
| // icons: { | |||||
| // available: <CheckCircleOutline fontSize="small"/>, | |||||
| // unavailable: <DoDisturb fontSize="small"/>, | |||||
| // }, | |||||
| // colors: { | |||||
| // available: "success", | |||||
| // unavailable: "error", | |||||
| // } | |||||
| // }, | |||||
| ], | ], | ||||
| [t], | [t], | ||||
| ); | ); | ||||