Skip to content

Commit 2124687

Browse files
TD-3671 remove earlier impelementation on this method UpdateProgressSupervisorAndCompleteByDate
1 parent a315945 commit 2124687

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DigitalLearningSolutions.Data/DataServices/ProgressDataService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ public void UpdateProgressSupervisorAndCompleteByDate(
149149
connection.Execute(
150150
@"UPDATE Progress SET
151151
SupervisorAdminID = @supervisorAdminId,
152-
CompleteByDate = @completeByDate,
153-
EnrollmentMethodID = @enrollmentMethodID
152+
CompleteByDate = @completeByDate
154153
WHERE ProgressID = @progressId",
155154
new { progressId, supervisorAdminId, completeByDate }
156155
);

0 commit comments

Comments
 (0)