From ce86d800a742688ad86e8fd975e2f00569e32e2d Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 18 Dec 2024 13:26:51 +0700 Subject: [PATCH] fix report --- src/controllers/CommandController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 23d08f2f..fa177ea3 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3514,6 +3514,7 @@ export class CommandController extends Controller { commandYear: number; templateDoc: string | null; amount: Double | null; + amountSpecial?: Double | null; positionSalaryAmount: Double | null; mouthSalaryAmount: Double | null; }[];