comments changes in fees status
This commit is contained in:
parent
a7bf72abed
commit
78dbbbe7ae
@ -841,7 +841,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
var parts = values.BatchDate.split("-");
|
var parts = values.BatchDate.split("-");
|
||||||
$scope.BatchDetails.push({
|
$scope.BatchDetails.push({
|
||||||
"BatchCode":values.BatchCode,
|
"BatchCode":values.BatchCode,
|
||||||
"BatchName":values.BatchName + '('+ values.BatchCode + ')',
|
"BatchName":values.BatchName,
|
||||||
"BatchDate":values.BatchDate,
|
"BatchDate":values.BatchDate,
|
||||||
"givenDateObject":new Date(parts[2], parts[1] - 1, parts[0])
|
"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("-");
|
var parts1 = values.BatchDate.split("-");
|
||||||
$scope.BatchDetails.push({
|
$scope.BatchDetails.push({
|
||||||
"BatchCode":values.BatchCode,
|
"BatchCode":values.BatchCode,
|
||||||
"BatchName":values.BatchName + '('+ values.BatchCode + ')',
|
"BatchName":values.BatchName,
|
||||||
"BatchDate":values.BatchDate,
|
"BatchDate":values.BatchDate,
|
||||||
"givenDateObject":new Date(parts1[2], parts1[1] - 1, parts1[0])
|
"givenDateObject":new Date(parts1[2], parts1[1] - 1, parts1[0])
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user