fees status changes

This commit is contained in:
gandhimathi 2018-04-24 15:40:43 +05:30
parent c01f383357
commit 49bd353ea5

View File

@ -2674,7 +2674,9 @@ app.controller('studentModalDemoCtrl', ["$scope", "$rootScope", "$modal", "$log"
},
data: {
requestedBy :studentDetails.MobileNumber,
requestedFrom: 3
requestedFrom: 3,
branchCode : JSON.parse(localStorage.getItem('localObj')).localBranchID
}
};
$http(getcourse).then(function (response) {