Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp
===================================================================
diff -u -rcb6d628cd53fe3d51e4f67cbaff7390651a048da -r030734e714da9ef57693dc1e5b6c4c769874b28d
--- lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision cb6d628cd53fe3d51e4f67cbaff7390651a048da)
+++ lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 030734e714da9ef57693dc1e5b6c4c769874b28d)
@@ -193,7 +193,7 @@
//process in case of "Have finished these lessons"
var lessonIds = "";
- if (searchType == 10) {
+ if ((searchType == 10) || (searchType == 11)) {
$("#lessonsDiv").show();
var ids = jQuery("#lessonsTable").getGridParam('selarrrow');
@@ -244,6 +244,7 @@
+