report_ans_bookletCtrl.js edited online with Bitbucket
This commit is contained in:
parent
48b6e02ca7
commit
c4f114afad
@ -299,7 +299,7 @@ app.controller('report_ans_bookletCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
//console.log(selectedStudents);return false;
|
//console.log(selectedStudents);return false;
|
||||||
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 Answer Booklet Details - BalanceFee:"+selectedStudents[stuid].balance + " - Course:" +selectedStudents[stuid].Course_name;
|
comments [stuid] ="Call Tracking For Report Answer Booklet Details - BalanceFee:"+selectedStudents[stuid].balance + " - IssuedToStudentDate:" +selectedStudents[stuid].issuedate;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isNaN(myModel.date)){
|
if(isNaN(myModel.date)){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user