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:
@ -352,7 +352,7 @@
|
||||
model.Id(p => p.ID);
|
||||
})
|
||||
.PageSize(50)
|
||||
.Read(read => read.Action("Attach_Read", "CorrectiveAction", new { caNO = Model.CANo }))
|
||||
.Read(read => read.Action("Attachment_Read", "CorrectiveAction", new { caNO = Model.CANo }))
|
||||
)
|
||||
)
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user