From 3edfea85e251bd571d487a99462200d904ffc08a Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 27 Aug 2018 13:16:25 +0000 Subject: [PATCH] report_app_pendingCtrl.js edited online with Bitbucket --- Apollo/assets/js/controllers/report_app_pendingCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/assets/js/controllers/report_app_pendingCtrl.js b/Apollo/assets/js/controllers/report_app_pendingCtrl.js index 93ca7955..a20bfded 100755 --- a/Apollo/assets/js/controllers/report_app_pendingCtrl.js +++ b/Apollo/assets/js/controllers/report_app_pendingCtrl.js @@ -300,7 +300,7 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod submit: function (form, myModel,loading,selectedStudents) { var comments = []; for(var stuid=0;stuid<=selectedStudents.length-1;stuid++){ - comments [stuid] ="Call Tracking For Report Application Details "; + comments [stuid] ="Call Tracking For For New & Re-Reg Form Status "; } //console.log(selectedStudents); if(isNaN(myModel.date)){