We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a315945 commit 2124687Copy full SHA for 2124687
DigitalLearningSolutions.Data/DataServices/ProgressDataService.cs
@@ -149,8 +149,7 @@ public void UpdateProgressSupervisorAndCompleteByDate(
149
connection.Execute(
150
@"UPDATE Progress SET
151
SupervisorAdminID = @supervisorAdminId,
152
- CompleteByDate = @completeByDate,
153
- EnrollmentMethodID = @enrollmentMethodID
+ CompleteByDate = @completeByDate
154
WHERE ProgressID = @progressId",
155
new { progressId, supervisorAdminId, completeByDate }
156
);
0 commit comments