course details changes done
This commit is contained in:
parent
ba26b6a77f
commit
749dea27cb
@ -88,6 +88,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
* */
|
* */
|
||||||
$scope.studentInfo="";
|
$scope.studentInfo="";
|
||||||
$scope.getStudentDetails = function (form,myModel) {
|
$scope.getStudentDetails = function (form,myModel) {
|
||||||
|
$scope.editId = -1;
|
||||||
if(myModel.universityName == null || myModel.universityName == '' || myModel.universityName == undefined){
|
if(myModel.universityName == null || myModel.universityName == '' || myModel.universityName == undefined){
|
||||||
$scope.univId = "";
|
$scope.univId = "";
|
||||||
}
|
}
|
||||||
@ -325,8 +326,10 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
* Global method for get student fees structure
|
* Global method for get student fees structure
|
||||||
* created by kms
|
* created by kms
|
||||||
* */
|
* */
|
||||||
$scope.studentFeesInfo="";
|
|
||||||
$scope.getStudentFeesStructure = function(ID,courseID,studeID){
|
$scope.getStudentFeesStructure = function(ID,courseID,studeID){
|
||||||
|
$scope.studentFeesInfo="";
|
||||||
|
$scope.existStudentFeesDetails="";
|
||||||
|
$scope.getFeesUpdateStatus="";
|
||||||
var getFees = {
|
var getFees = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'getStudentFeesStructure/',
|
url: apiPoint.url + 'getStudentFeesStructure/',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user