status updation changes : kdk

This commit is contained in:
dineshkumarkannan 2018-08-22 16:10:19 +05:30
parent 68b114babe
commit ac66f6b676
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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 = '';