diff --git a/DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService/CompetencyDataService.cs b/DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService/CompetencyDataService.cs index ceb322b467..845a00b07c 100644 --- a/DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService/CompetencyDataService.cs +++ b/DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService/CompetencyDataService.cs @@ -288,7 +288,7 @@ public IEnumerable GetResultSupervisorVerifications(int selfAssessme INNER JOIN DelegateAccounts DA1 ON CA.DelegateUserID = DA1.UserID AND au.CentreID = DA1.CentreID AND DA1.Active=1 WHERE (LAR.Verified IS NULL)  AND ((LAR.Result IS NOT NULL) OR (LAR.SupportingComments IS NOT NULL))  - AND (LAR.Requested IS NOT NULL) + AND (LAR.Requested IS NOT NULL) AND (au.CategoryID = 0 OR au.CategoryID = (select CategoryID from SelfAssessments where ID = @selfAssessmentId)) ORDER BY SupervisorVerificationRequested DESC, C.Name", (competency, assessmentQuestion) => {