changes in certificate ctrl
This commit is contained in:
parent
dab45836ae
commit
8a9c295feb
@ -178,7 +178,8 @@ $scope.certificateForm = {
|
|||||||
updateID: myModel.CertificationID,
|
updateID: myModel.CertificationID,
|
||||||
certificateName: myModel.CertificateName,
|
certificateName: myModel.CertificateName,
|
||||||
status: myModel.IsActive,
|
status: myModel.IsActive,
|
||||||
updatedBy: JSON.parse(localStorage.getItem('localObj')).localUserID
|
updatedBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
|
reqBrach: JSON.parse(localStorage.getItem('localObj')).localBranchID
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$http(update).then(function (response) {
|
$http(update).then(function (response) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user