student fees status changes done
This commit is contained in:
parent
17c4ab3c50
commit
d4a7834bb1
@ -95,7 +95,9 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID
|
requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
|
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$http(getUniv).then(function (response) {
|
$http(getUniv).then(function (response) {
|
||||||
@ -625,6 +627,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
createdBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
createdBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
installmentItems:$rootScope.updateMoreItems,
|
installmentItems:$rootScope.updateMoreItems,
|
||||||
batchCode:updateModel.BatchCode,
|
batchCode:updateModel.BatchCode,
|
||||||
|
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -681,7 +684,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
ID:ID,
|
ID:ID,
|
||||||
courseID: courseID,
|
courseID: courseID,
|
||||||
studentID: studeID,
|
studentID: studeID,
|
||||||
requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID
|
requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
|
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$http(getFees).then(function (response) {
|
$http(getFees).then(function (response) {
|
||||||
@ -741,7 +745,8 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
|
|||||||
ID:ID,
|
ID:ID,
|
||||||
courseID: courseID,
|
courseID: courseID,
|
||||||
studentID: studeID,
|
studentID: studeID,
|
||||||
requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID
|
requestedtBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
|
branchCode:JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$http(setFees).then(function (response) {
|
$http(setFees).then(function (response) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user