course details changes done
This commit is contained in:
parent
59c3f433d7
commit
8e7fbdf420
@ -12,7 +12,6 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
||||
};
|
||||
|
||||
$rootScope.userType = JSON.parse(localStorage.getItem('localObj')).localType;
|
||||
|
||||
/*
|
||||
* updateModel default value
|
||||
* */
|
||||
@ -238,6 +237,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
||||
university: myModel.UniversityName,
|
||||
course: myModel.CourseName,
|
||||
statusCode: updateModel.statusCode,
|
||||
requestedBranch : JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user