report_balfeeCtrl.js edited online with Bitbucket

This commit is contained in:
gandhimathi 2018-08-24 08:48:11 +00:00
parent d84bed35e7
commit e3df495e83

View File

@ -351,7 +351,7 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
submit: function (form, myModel,loading,selectedStudents) {
var comments = [];
for(var stuid=0;stuid<=selectedStudents.length-1;stuid++){
comments [stuid] ="Call Tracking For Report Balence Fee";
comments [stuid] ="Call Tracking For Report Balance Fee";
}
//console.log(selectedStudents);
if(isNaN(myModel.date)){