Merge branch 'develop' of github.com:Frappet/BMA-EHR-BackEnd into develop
This commit is contained in:
commit
199fd788a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
if (timeStamps != null)
|
||||
{
|
||||
workTotal += 1;
|
||||
if (timeStamps.IsLocationCheckIn)
|
||||
if (!timeStamps.IsLocationCheckIn)
|
||||
wfhTotal += 1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue