comments changes in fees status

This commit is contained in:
gandhimathi 2018-06-18 12:37:03 +05:30
parent a7bf72abed
commit 78dbbbe7ae

View File

@ -841,7 +841,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
var parts = values.BatchDate.split("-");
$scope.BatchDetails.push({
"BatchCode":values.BatchCode,
"BatchName":values.BatchName + '('+ values.BatchCode + ')',
"BatchName":values.BatchName,
"BatchDate":values.BatchDate,
"givenDateObject":new Date(parts[2], parts[1] - 1, parts[0])
})
@ -1077,7 +1077,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
var parts1 = values.BatchDate.split("-");
$scope.BatchDetails.push({
"BatchCode":values.BatchCode,
"BatchName":values.BatchName + '('+ values.BatchCode + ')',
"BatchName":values.BatchName,
"BatchDate":values.BatchDate,
"givenDateObject":new Date(parts1[2], parts1[1] - 1, parts1[0])