From 8032533c1bd4f6436c5aab8b8200c6afe3be96f3 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 30 Oct 2024 15:29:49 +0700 Subject: [PATCH] fix rabbit --- src/controllers/ReportController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index ff1d382..916d7ac 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -1260,6 +1260,7 @@ export class ReportController extends Controller { refId: string; commandAffectDate: Date | null; commandNo: string | null; + commandId?: string | null; commandYear: number; templateDoc: string | null; amount: Double | null;