status updation changes : kdk
This commit is contained in:
parent
68b114babe
commit
ac66f6b676
@ -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);
|
||||
|
||||
@ -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 = '';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user