Receipt no changes in fees status
This commit is contained in:
parent
c480db767d
commit
18625ec19a
@ -14,6 +14,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
$scope.futureDate=new Date();
|
$scope.futureDate=new Date();
|
||||||
// end
|
// end
|
||||||
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
|
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$rootScope.financeType = JSON.parse(localStorage.getItem('localObj')).is_DayBookApproval_Access;
|
||||||
|
alert($rootScope.financeType);
|
||||||
/*
|
/*
|
||||||
* updateModel default value
|
* updateModel default value
|
||||||
* */
|
* */
|
||||||
@ -40,6 +42,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
"feesType": "",
|
"feesType": "",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* get payment options
|
* get payment options
|
||||||
* */
|
* */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user