course details changes done
This commit is contained in:
parent
3619d2de97
commit
7dc5f22b63
@ -1529,8 +1529,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
if(pastValue==undefined || pastValue==''){
|
if(pastValue==undefined || pastValue==''){
|
||||||
pastValue=0;
|
pastValue=0;
|
||||||
}
|
}
|
||||||
if(currentValue!=0 && pastValue!=0){
|
if(parseInt(currentValue)<=parseInt($scope.setTotalAmount)){
|
||||||
if(parseInt(present)<=parseInt($scope.setTotalAmount)){
|
|
||||||
|
|
||||||
if(currentValue<=pastValue){
|
if(currentValue<=pastValue){
|
||||||
var diffVal1=parseInt(pastValue)-parseInt(currentValue);
|
var diffVal1=parseInt(pastValue)-parseInt(currentValue);
|
||||||
@ -1565,7 +1564,6 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user