Merge branch 'develop' of github.com:Frappet/BMA-EHR-BackEnd into develop

This commit is contained in:
Kittapath 2024-01-26 09:02:18 +07:00
commit 199fd788a9

View file

@ -1247,7 +1247,7 @@ namespace BMA.EHR.Leave.Service.Controllers
if (timeStamps != null)
{
workTotal += 1;
if (timeStamps.IsLocationCheckIn)
if (!timeStamps.IsLocationCheckIn)
wfhTotal += 1;
}