changes in certificate ctrl

This commit is contained in:
gandhimathi 2018-04-26 15:38:17 +05:30
parent dab45836ae
commit 8a9c295feb

View File

@ -178,7 +178,8 @@ $scope.certificateForm = {
updateID: myModel.CertificationID,
certificateName: myModel.CertificateName,
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) {