From 2b9be03dbad1f3ad0c53fcf72f1775ce9dbbc371 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 25 Apr 2018 12:11:17 +0530 Subject: [PATCH] student view changes in sms broad cast ctrl --- Apollo/assets/js/controllers/sendSMSsuperadminCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Apollo/assets/js/controllers/sendSMSsuperadminCtrl.js b/Apollo/assets/js/controllers/sendSMSsuperadminCtrl.js index 96baf76c..09f15466 100755 --- a/Apollo/assets/js/controllers/sendSMSsuperadminCtrl.js +++ b/Apollo/assets/js/controllers/sendSMSsuperadminCtrl.js @@ -308,7 +308,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) {