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 = ''; diff --git a/Apollo/assets/views/newreg_report.html b/Apollo/assets/views/newreg_report.html index d9564c94..6dc076f9 100644 --- a/Apollo/assets/views/newreg_report.html +++ b/Apollo/assets/views/newreg_report.html @@ -164,13 +164,12 @@
| Date Of Registration | Student Name | Father Name | -Course | -Batch | -University | -Date Of Registration | +Batch | +Course | Mobile | @@ -178,13 +177,12 @@
|---|---|---|---|---|---|---|---|---|---|
| {{p.DOJ}} | {{p.Firstname}} | {{p.Fathername}} | -{{p.CourseName}} | -{{p.BatchName}} | -{{p.UniversityName}} | -{{p.DOJ}} | +{{p.BatchName}} | +{{p.CourseName}} | {{p.MobileNumber}} |