Add leave subtype name and couple day level country to leave approval response (Employee)#2366
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m47s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m47s
This commit is contained in:
parent
a09d5937f9
commit
19b79a162d
1 changed files with 2 additions and 0 deletions
|
|
@ -1310,6 +1310,8 @@ namespace BMA.EHR.Application.Repositories.Leaves.LeaveRequests
|
||||||
status = "approve",
|
status = "approve",
|
||||||
reason = rawData.LeaveDetail,
|
reason = rawData.LeaveDetail,
|
||||||
leaveId = rawData.Id,
|
leaveId = rawData.Id,
|
||||||
|
leaveSubTypeName = rawData.LeaveSubTypeName,
|
||||||
|
coupleDayLevelCountry = rawData.CoupleDayLevelCountry,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue