diff --git a/Apollo/api/application/models/StatusUpdation_model.php b/Apollo/api/application/models/StatusUpdation_model.php index cdaba979..92ed8081 100755 --- a/Apollo/api/application/models/StatusUpdation_model.php +++ b/Apollo/api/application/models/StatusUpdation_model.php @@ -610,7 +610,7 @@ class StatusUpdation_model extends CI_Model { $htmlContent = $msg; // Email body load the html template // $body = $this->load->view('emails/anillabs.php',$data,TRUE); - $this->email->to('dineshkumar.k@venbainfotech.com'); + $this->email->to($list); $this->email->from('noreply@apollodec.com','Apollo'); $subj = $sub; $this->email->subject($subj); diff --git a/Apollo/assets/js/controllers/certificateStatusCtrl.js b/Apollo/assets/js/controllers/certificateStatusCtrl.js index 4f632fed..6dfa68e3 100644 --- a/Apollo/assets/js/controllers/certificateStatusCtrl.js +++ b/Apollo/assets/js/controllers/certificateStatusCtrl.js @@ -28,7 +28,7 @@ app.controller('certificateStatusCtrl', ["$scope", "toaster", "$filter", "ngTabl var localDetail = JSON.parse(localStorage.getItem('localObj')); var localDetails = ipCookie('cookiechk'); - const localUpdateStatus = 'CERTIFICATE_STATUS'; + const localUpdateStatus = 'APPICATION_STATUS'; $scope.localTypeSuperAdmin = false; $scope.localBranchDetails = '';