This commit is contained in:
parent
db8f425877
commit
950b5c4604
1 changed files with 4 additions and 2 deletions
|
|
@ -1277,7 +1277,8 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
lateTotal += 1;
|
lateTotal += 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
remarkStr = "";
|
remarkStr = !timeStamps.IsLocationCheckIn ? $" นอกสถานที่:{timeStamps.CheckInLocationName}".Trim() : "";
|
||||||
|
//remarkStr = "";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
@ -1289,7 +1290,8 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
lateTotal += 1;
|
lateTotal += 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
remarkStr = "";
|
//remarkStr = "";
|
||||||
|
remarkStr = !timeStamps.IsLocationCheckIn ? $" นอกสถานที่:{timeStamps.CheckInLocationName}".Trim() : "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue