From c0d86a5b57bf71aec1b7b0599a746bfca5a84458 Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Tue, 10 Dec 2024 13:46:07 +0700 Subject: [PATCH] =?UTF-8?q?fix=20issue=20:=20=E0=B8=A3=E0=B8=B0=E0=B8=9A?= =?UTF-8?q?=E0=B8=9A=E0=B8=A5=E0=B8=B2=20(=E0=B8=82=E0=B8=A3=E0=B8=81.)=20?= =?UTF-8?q?>>=20=E0=B8=A5=E0=B8=B2=E0=B8=81=E0=B8=B4=E0=B8=88=E0=B8=AA?= =?UTF-8?q?=E0=B9=88=E0=B8=A7=E0=B8=99=E0=B8=95=E0=B8=B1=E0=B8=A7=20(?= =?UTF-8?q?=E0=B8=81=E0=B8=A3=E0=B8=93=E0=B8=B5=E0=B8=9C=E0=B8=B9=E0=B9=89?= =?UTF-8?q?=E0=B9=80=E0=B8=82=E0=B9=89=E0=B8=B2=E0=B8=A3=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=84?= =?UTF-8?q?=E0=B8=A1=E0=B9=88=E0=B9=80=E0=B8=81=E0=B8=B4=E0=B8=99=201=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=B5=20=E0=B8=A2=E0=B8=B7=E0=B9=88=E0=B8=99?= =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B8=A5=E0=B8=B2=E0=B9=80=E0=B8=81=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=2015=20=E0=B8=A7=E0=B8=B1=E0=B8=99/=E0=B8=9B=E0=B8=B5?= =?UTF-8?q?)=20#831?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Leave/Controllers/LeaveRequestController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BMA.EHR.Leave/Controllers/LeaveRequestController.cs b/BMA.EHR.Leave/Controllers/LeaveRequestController.cs index 65ce764f..9de108c3 100644 --- a/BMA.EHR.Leave/Controllers/LeaveRequestController.cs +++ b/BMA.EHR.Leave/Controllers/LeaveRequestController.cs @@ -818,6 +818,7 @@ namespace BMA.EHR.Leave.Service.Controllers break; case "LV-002": // fix issue : ระบบลา (ขรก.) >> ลากิจส่วนตัว (กรณียื่นขอลาเกิน 45 วัน/ปี) #829 + // fix issue : ระบบลา (ขรก.) >> ลากิจส่วนตัว (กรณีผู้เข้ารับราชการไม่เกิน 1 ปี ยื่นขอลาเกิน 15 วัน/ปี) #831 if (govAge <= 365) isLeave = (totalDay - (sumWorkDay + sumWeekend) + sumApproveLeave) <= 15; else