File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ public IEnumerable<Competency> GetResultSupervisorVerifications(int selfAssessme
288288 INNER JOIN DelegateAccounts DA1 ON CA.DelegateUserID = DA1.UserID AND au.CentreID = DA1.CentreID AND DA1.Active=1
289289 WHERE (LAR.Verified IS NULL)
290290 AND ((LAR.Result IS NOT NULL) OR (LAR.SupportingComments IS NOT NULL))
291- AND (LAR.Requested IS NOT NULL) AND (au.CategoryID = 0 OR au.CategoryID IN (select CategoryID from SelfAssessments where ID = @selfAssessmentId))
291+ AND (LAR.Requested IS NOT NULL) AND (au.CategoryID = 0 OR au.CategoryID = (select CategoryID from SelfAssessments where ID = @selfAssessmentId))
292292 ORDER BY SupervisorVerificationRequested DESC, C.Name" ,
293293 ( competency , assessmentQuestion ) =>
294294 {
You can’t perform that action at this time.
0 commit comments