From 159cfbbc449b5b6807b107ac982080288b966401 Mon Sep 17 00:00:00 2001 From: "B.E.N.S.O.N" Date: Tue, 24 Mar 2026 15:08:09 +0800 Subject: [PATCH] FGStockOutTraceabilityReport Excel Version --- src/app/(main)/report/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/report/page.tsx b/src/app/(main)/report/page.tsx index 6fd7854..992df05 100644 --- a/src/app/(main)/report/page.tsx +++ b/src/app/(main)/report/page.tsx @@ -504,7 +504,7 @@ export default function ReportPage() { setLoading={setLoading} reportTitle={currentReport.title} /> - ) : currentReport.id === 'rep-013' ? ( + ) : currentReport.id === 'rep-013' || currentReport.id === 'rep-009' ? ( <>