report_balfeeCtrl.js edited online with Bitbucket
This commit is contained in:
parent
d84bed35e7
commit
e3df495e83
@ -351,7 +351,7 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
submit: function (form, myModel,loading,selectedStudents) {
|
submit: function (form, myModel,loading,selectedStudents) {
|
||||||
var comments = [];
|
var comments = [];
|
||||||
for(var stuid=0;stuid<=selectedStudents.length-1;stuid++){
|
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);
|
//console.log(selectedStudents);
|
||||||
if(isNaN(myModel.date)){
|
if(isNaN(myModel.date)){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user