student info changes in application status
This commit is contained in:
parent
5b95c34e33
commit
8dd61c5a4e
@ -457,7 +457,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