diff --git a/Apollo/assets/js/controllers/dashboardCtrl.js b/Apollo/assets/js/controllers/dashboardCtrl.js index 15f9e78d..2c0a5dc9 100755 --- a/Apollo/assets/js/controllers/dashboardCtrl.js +++ b/Apollo/assets/js/controllers/dashboardCtrl.js @@ -257,7 +257,8 @@ app.controller('studentModalDemoCtrl', ["$scope", "$rootScope", "$modal", "$log" }, data: { requestedBy :studentDetails.MobileNumber, - requestedFrom: 3 + requestedFrom: 3, + branchCode: JSON.parse(localStorage.getItem('localObj')).localBranchID, } }; $http(getcourse).then(function (response) {