feestatus control_bala

This commit is contained in:
venbatechnologies@gmail.com 2018-09-10 11:43:43 +05:30
parent 4aa5332c38
commit 988991dfea

View File

@ -1389,7 +1389,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
}
else {
startPayableAmt = Math.round(startPayableAmt / 10) * 10;
startPayableAmt = Math.round(startPayableAmt);
$scope.updateMoreItems.push({
ID: "",
Name: installmentService.installmentWords(i),