From d4a7834bb1eb5be347acae443773c6299fee5d07 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 23 Apr 2018 16:16:48 +0530 Subject: [PATCH] student fees status changes done --- Apollo/assets/js/controllers/feesStatusCtrl.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Apollo/assets/js/controllers/feesStatusCtrl.js b/Apollo/assets/js/controllers/feesStatusCtrl.js index 6a4210ba..bf6c46b1 100755 --- a/Apollo/assets/js/controllers/feesStatusCtrl.js +++ b/Apollo/assets/js/controllers/feesStatusCtrl.js @@ -95,7 +95,9 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n 'Content-Type': 'application/json' }, data: { - requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID + requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID, + branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID + } }; $http(getUniv).then(function (response) { @@ -625,6 +627,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n createdBy: JSON.parse(localStorage.getItem('localObj')).localUserID, installmentItems:$rootScope.updateMoreItems, batchCode:updateModel.BatchCode, + branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID } }; @@ -681,7 +684,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n ID:ID, courseID: courseID, studentID: studeID, - requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID + requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID, + branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID } }; $http(getFees).then(function (response) { @@ -741,7 +745,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n ID:ID, courseID: courseID, studentID: studeID, - requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID + requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID, + branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID } }; $http(setFees).then(function (response) {