Added manager view for setting OOO status for employees. The OOO status for the employees will reflect on the training report as well.
This commit is contained in:
@ -737,7 +737,7 @@ namespace Fab2ApprovalSystem.Controllers
|
||||
emailBody += "<tr><td>" + assignment.FullName + "</td><td>" + DateAssigned + "</td>";
|
||||
|
||||
if (userDMO.GetUserByID(assignment.UserID).OOO)
|
||||
emailBody += "<td>X</td>";
|
||||
emailBody += "<td style=\"text-align:center;\">X</td>";
|
||||
else
|
||||
emailBody += "<td></td>";
|
||||
|
||||
|
Reference in New Issue
Block a user