Skip to content

Commit f2c9a42

Browse files
committed
TD-3652 Removing active where clause while adding staff
1 parent 4522886 commit f2c9a42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DigitalLearningSolutions.Data/DataServices/SupervisorService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ LEFT JOIN UserCentreDetails ucd
233233
ON ucd.UserID = u.ID
234234
AND ucd.CentreID = da.CentreID
235235
WHERE (ucd.Email = @delegateEmail OR u.PrimaryEmail = @delegateEmail)
236-
AND u.Active = 1
237236
AND da.CentreID = @centreId", new { delegateEmail, centreId });
238237
}
239238

0 commit comments

Comments
 (0)