From 5d920245aa2944ff7b05f52cf172bdb76540bb05 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Fri, 8 Aug 2025 16:41:19 +0800 Subject: [PATCH] update --- 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 48e1280..0bcf617 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")} (HKD)`} + {`${t("price")} ($)`} {/* {t("expiryDate")} */} {t("status")} {/* start == true && firstInQty == null ? no hide : hide*/}