Skip to content

Commit 5c2939e

Browse files
TD-4206 Mismatch of count of courses seeing on 'Centre Dashboard' when compared to the 'Centre course set up' screen
1 parent 69970db commit 5c2939e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DigitalLearningSolutions.Data/DataServices/CourseDataService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,6 @@ FROM dbo.Customisations AS cu
651651
INNER JOIN dbo.CentreApplications AS ca ON ca.ApplicationID = cu.ApplicationID
652652
INNER JOIN dbo.Applications AS ap ON ap.ApplicationID = ca.ApplicationID
653653
WHERE (ap.CourseCategoryID = @adminCategoryId OR @adminCategoryId IS NULL)
654-
AND cu.Active = 1
655654
AND cu.CentreID = @centreId
656655
AND ca.CentreID = @centreId
657656
AND ap.DefaultContentTypeID <> 4",

0 commit comments

Comments
 (0)