diff --git a/src/app/(main)/po/page.tsx b/src/app/(main)/po/page.tsx index dc69e34..e538e16 100644 --- a/src/app/(main)/po/page.tsx +++ b/src/app/(main)/po/page.tsx @@ -16,30 +16,20 @@ export const metadata: Metadata = { const PurchaseOrder: React.FC = async () => { const { t } = await getServerI18n("purchaseOrder"); -// preloadClaims(); - + // preloadClaims(); return ( <> - - - {/* */} - - - }> - - + + }> + + ); diff --git a/src/components/PoDetail/PoInputGrid.tsx b/src/components/PoDetail/PoInputGrid.tsx index 09b54ee..bdbbaf9 100644 --- a/src/components/PoDetail/PoInputGrid.tsx +++ b/src/components/PoDetail/PoInputGrid.tsx @@ -382,7 +382,7 @@ function PoInputGrid({ headerName: t("acceptedQty"), flex: 0.5, type: "number", - editable: true, + // editable: true, // replace with tooltip + content }, {