diff --git a/Apollo/assets/js/controllers/certificateCtrl.js b/Apollo/assets/js/controllers/certificateCtrl.js index da03c61c..a78c022c 100755 --- a/Apollo/assets/js/controllers/certificateCtrl.js +++ b/Apollo/assets/js/controllers/certificateCtrl.js @@ -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) {