Skip to content

Commit

Permalink
Merge pull request #2930 from TechnologyEnhancedLearning/Develop/Fixe…
Browse files Browse the repository at this point in the history
…s/TD-4950-FixSubmitResultFoDupeCompetency

TD-4950 Fix submit result fo duplicated competency
  • Loading branch information
kevwhitt-hee authored Nov 11, 2024
2 parents 6b72e4a + 7a480d3 commit f2e0e88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ DECLARE @existentResult INT
SELECT TOP 1 @existentResultId = ID, @existentResult = [Result]
FROM SelfAssessmentResults
WHERE [DelegateUserID] = @delegateUserId
AND [SelfAssessmentID] = @selfAssessmentId
AND [CompetencyID] = @competencyId
AND [AssessmentQuestionID] = @assessmentQuestionId
ORDER BY DateTime DESC
Expand Down

0 comments on commit f2e0e88

Please sign in to comment.