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) {