#2466
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m50s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m50s
This commit is contained in:
parent
df7bebe0ba
commit
6d0921a76a
2 changed files with 4 additions and 2 deletions
|
|
@ -3814,6 +3814,8 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
"ABSENT" :
|
||||
"NORMAL",
|
||||
CheckOutDescription = d.CheckOutRemark ?? "",
|
||||
IsLocationCheckIn = d.IsLocationCheckIn,
|
||||
IsLocationCheckOut = d.IsLocationCheckOut
|
||||
};
|
||||
|
||||
return Success(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue