student info changes in study material
This commit is contained in:
parent
3681f211c2
commit
b7ca15e8dd
@ -466,7 +466,8 @@ app.controller('studentModalDemoCtrl', ["$scope", "$modal", "$log", "API_POINTS"
|
|||||||
},
|
},
|
||||||
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