student info changes in study certificate status
This commit is contained in:
parent
b7ca15e8dd
commit
abe7e34486
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user