From a0fec227ee5e8f069178ab066580f44f484c2114 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 24 Apr 2018 18:24:45 +0530 Subject: [PATCH] dashboard branch changes --- Apollo/assets/js/controllers/dashboardCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {