From 96fdea3b35af23bcc6726f629326e600a6ffc854 Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Thu, 25 Jan 2024 10:10:50 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=81=E0=B9=88?= =?UTF-8?q?=E0=B8=B5=E0=B8=99=E0=B8=B1=E0=B8=9A=20=E0=B8=9B=E0=B8=8F?= =?UTF-8?q?=E0=B8=B4=E0=B8=9A=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=20=E0=B8=99=E0=B8=AD=E0=B8=81=E0=B8=AA=E0=B8=96?= =?UTF-8?q?=E0=B8=B2=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Leave.Service/Controllers/LeaveReportController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Leave.Service/Controllers/LeaveReportController.cs b/BMA.EHR.Leave.Service/Controllers/LeaveReportController.cs index 99ca7313..7e321014 100644 --- a/BMA.EHR.Leave.Service/Controllers/LeaveReportController.cs +++ b/BMA.EHR.Leave.Service/Controllers/LeaveReportController.cs @@ -1247,7 +1247,7 @@ namespace BMA.EHR.Leave.Service.Controllers if (timeStamps != null) { workTotal += 1; - if (timeStamps.IsLocationCheckIn) + if (!timeStamps.IsLocationCheckIn) wfhTotal += 1; }