Organization_Management #142
@ -753,8 +753,10 @@ namespace Marco.Pms.Services.Service
|
|||||||
LastName = pa.Employee.LastName,
|
LastName = pa.Employee.LastName,
|
||||||
MiddleName = pa.Employee.MiddleName,
|
MiddleName = pa.Employee.MiddleName,
|
||||||
|
|
||||||
|
OrganizationId = pa.Employee.OrganizationId,
|
||||||
OrganizationName = pa.Employee.Organization!.Name,
|
OrganizationName = pa.Employee.Organization!.Name,
|
||||||
|
|
||||||
|
ServiceId = pa.ServiceId,
|
||||||
ServiceName = pa.Service!.Name,
|
ServiceName = pa.Service!.Name,
|
||||||
|
|
||||||
// Simplified JobRoleId logic: Use the allocation's role if it exists, otherwise fall back to the employee's default role.
|
// Simplified JobRoleId logic: Use the allocation's role if it exists, otherwise fall back to the employee's default role.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user