From abe7e3448665b9cdd8fc4d6def28119c8eabcb9e Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 26 Apr 2018 14:16:07 +0530 Subject: [PATCH] student info changes in study certificate status --- Apollo/assets/js/controllers/certificationStatusCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Apollo/assets/js/controllers/certificationStatusCtrl.js b/Apollo/assets/js/controllers/certificationStatusCtrl.js index 3342c6c5..51dc8e99 100755 --- a/Apollo/assets/js/controllers/certificationStatusCtrl.js +++ b/Apollo/assets/js/controllers/certificationStatusCtrl.js @@ -478,7 +478,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) {