From 2889a6a636c66ec39275247073432145c7d1c621 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Mon, 11 Aug 2025 17:24:33 +0800 Subject: [PATCH] for demo --- src/components/PoDetail/PoDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PoDetail/PoDetail.tsx b/src/components/PoDetail/PoDetail.tsx index 0bcf617..48e1280 100644 --- a/src/components/PoDetail/PoDetail.tsx +++ b/src/components/PoDetail/PoDetail.tsx @@ -411,7 +411,7 @@ const PoDetail: React.FC = ({ po, qc, warehouse }) => { {t("uom")} {t("total weight")} {/* {t("weight unit")} */} - {`${t("price")} ($)`} + {`${t("price")} (HKD)`} {/* {t("expiryDate")} */} {t("status")} {/* start == true && firstInQty == null ? no hide : hide*/}