Skip to content

Commit 3e1cf87

Browse files
authored
Merge pull request #2747 from TechnologyEnhancedLearning/Develop/Fixes/TD-4206-Mismatchofcountofcoursesseeingon'CentreDashboard'whencomparedtothe'Centrecoursesetup'screencountallcourse
TD-4206 Mismatch of count of courses seeing on 'Centre Dashboard' when compared to the 'Centre course set up' screen
2 parents 9e1fbe7 + 5c2939e commit 3e1cf87

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)