From 228264d39ac2406219d1261087178e5cc95f547c Mon Sep 17 00:00:00 2001 From: Bright Date: Fri, 30 May 2025 13:56:50 +0700 Subject: [PATCH] fix issue #1543 --- src/controllers/CommandController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index de0c02b6..f4e99a28 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -6357,8 +6357,8 @@ export class CommandController extends Controller { ? Extension.ToThaiShortDate(item.CommandExcecuteDate) : "-", dateEnd: "-", - RemarkVertical: item.RemarkVertical, - RemarkHorizontal: item.RemarkHorizontal, + RemarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-", + RemarkHorizontal: item.RemarkHorizontal ? Extension.ToThaiNumber(item.RemarkHorizontal) : "-", order: posMasterAct.posMasterOrder == null ? "-"