From 406f645abdf0f8c14b50691933a3c5e5513389bf Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 21 Jul 2025 18:23:52 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=84=E0=B8=B2=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=A5=E0=B8=82=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=95=E0=B8=B3?= =?UTF-8?q?=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 97fdb66b..1d52cb33 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1783,7 +1783,7 @@ export class CommandController extends Controller { ? Extension.ToThaiNumber(shortName) : "-" : Extension.ToThaiNumber( - `${profile?.rootShortNameTemp}${profile?.posMasterNoTemp}`, + `${profile?.rootShortNameTemp} ${profile?.posMasterNoTemp}`, ), amount: x.amount ? Extension.ToThaiNumber(x.amount.toLocaleString()) : "-", dateRetire: profile?.dateRetire