course details changes done
This commit is contained in:
parent
b638937d1a
commit
6ddb05f021
@ -493,7 +493,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
angular.forEach($scope.feesStructureInfo[0].batchDetails,function (values,key) {
|
angular.forEach($scope.feesStructureInfo[0].batchDetails,function (values,key) {
|
||||||
$scope.BatchDetails.push({
|
$scope.BatchDetails.push({
|
||||||
"BatchCode":values.BatchCode,
|
"BatchCode":values.BatchCode,
|
||||||
"BatchName":values.BatchName + '-'+ values.BatchCode,
|
"BatchName":values.BatchName + '('+ values.BatchCode + ')',
|
||||||
"BatchDate":values.BatchDate
|
"BatchDate":values.BatchDate
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
@ -656,7 +656,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
angular.forEach(model.batchDetails,function (values,key) {
|
angular.forEach(model.batchDetails,function (values,key) {
|
||||||
$scope.BatchDetails.push({
|
$scope.BatchDetails.push({
|
||||||
"BatchCode":values.BatchCode,
|
"BatchCode":values.BatchCode,
|
||||||
"BatchName":values.BatchName + '-'+ values.BatchCode,
|
"BatchName":values.BatchName + '('+ values.BatchCode + ')',
|
||||||
"BatchDate":values.BatchDate
|
"BatchDate":values.BatchDate
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user