student info changes in study certificate status

This commit is contained in:
gandhimathi 2018-04-26 14:16:07 +05:30
parent b7ca15e8dd
commit abe7e34486

View File

@ -478,7 +478,8 @@ app.controller('studentModalDemoCtrl', ["$scope", "$rootScope", "$modal", "$log"
}, },
data: { data: {
requestedBy :studentDetails.MobileNumber, requestedBy :studentDetails.MobileNumber,
requestedFrom: 3 requestedFrom: 3,
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
} }
}; };
$http(getcourse).then(function (response) { $http(getcourse).then(function (response) {