fix Leave Report
This commit is contained in:
parent
6b9407f02a
commit
54b90e1472
2 changed files with 5 additions and 6 deletions
|
|
@ -773,7 +773,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
var result = new CheckInDetailForAdminDto
|
||||
{
|
||||
Id = d.Id,
|
||||
FullName = _userProfileRepository.GetUserFullName(d.KeycloakUserId, AccessToken),
|
||||
FullName = $"{profile.Prefix}{profile.FirstName} {profile.LastName}", // _userProfileRepository.GetUserFullName(d.KeycloakUserId, AccessToken),
|
||||
|
||||
CheckInDate = d.CheckIn.Date,
|
||||
CheckInTime = d.CheckIn.ToString("HH:mm"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue