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.
2 parents 9e1fbe7 + 5c2939e commit 3e1cf87Copy full SHA for 3e1cf87
DigitalLearningSolutions.Data/DataServices/CourseDataService.cs
@@ -651,7 +651,6 @@ FROM dbo.Customisations AS cu
651
INNER JOIN dbo.CentreApplications AS ca ON ca.ApplicationID = cu.ApplicationID
652
INNER JOIN dbo.Applications AS ap ON ap.ApplicationID = ca.ApplicationID
653
WHERE (ap.CourseCategoryID = @adminCategoryId OR @adminCategoryId IS NULL)
654
- AND cu.Active = 1
655
AND cu.CentreID = @centreId
656
AND ca.CentreID = @centreId
657
AND ap.DefaultContentTypeID <> 4",
0 commit comments