From 440b1616642e35a041a5467aef1e8a3eaaac60b4 Mon Sep 17 00:00:00 2001 From: Adisak Date: Thu, 30 Oct 2025 17:36:23 +0700 Subject: [PATCH] add employee-temp xlsx template (report5) --- src/controllers/ReportController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index 9ca0242f..90b7f013 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -11260,8 +11260,8 @@ export class ReportController extends Controller { }); return new HttpSuccess({ - template: "report4", - reportName: "report4", + template: "report5", + reportName: "report5", data: { dateCurrent: Extension.ToThaiShortDate(new Date()), rootName: orgRootData ? orgRootData.orgRootName : "-",