From 8a9c295feb48761a849e6616af7dc2e90f5d00e7 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 26 Apr 2018 15:38:17 +0530 Subject: [PATCH] changes in certificate ctrl --- Apollo/assets/js/controllers/certificateCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {