Receipt no changes in fees status

This commit is contained in:
gandhimathi 2018-05-08 12:19:14 +05:30
parent c480db767d
commit 18625ec19a

View File

@ -14,6 +14,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
$scope.futureDate=new Date();
// end
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
$rootScope.financeType = JSON.parse(localStorage.getItem('localObj')).is_DayBookApproval_Access;
alert($rootScope.financeType);
/*
* updateModel default value
* */
@ -40,6 +42,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
"feesType": "",
};
/*
* get payment options
* */