From e886b7c922acb625fdeeb3c727c3ebcd3f7a8be4 Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Tue, 21 Sep 2021 11:27:56 +0530 Subject: [PATCH] title change : ps --- api/application/helpers/pdalerts_helper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/application/helpers/pdalerts_helper.php b/api/application/helpers/pdalerts_helper.php index 3488d3e1..b0186668 100644 --- a/api/application/helpers/pdalerts_helper.php +++ b/api/application/helpers/pdalerts_helper.php @@ -541,7 +541,6 @@ class PDALERTS $mail->Password = "noreply@ssa"; // "The password" $mail->Port = 465; // "The port" $mail_id = 'ssa@venbainfotech.com'; - // $mail_id = 'sanjeev.p@venbainfotech.com'; if(ENVIRONMENT == 'production') { $mail_id = 'cpa@smcfinance.com'; @@ -612,7 +611,7 @@ class PDALERTS if(count($sales_pd_data)) { $pd_type = ""; - if($sales_pd_data[0]['sales_pd_type'] == 1){$pd_type = "Physical PD-"; }else if($sales_pd_data[0]['sales_pd_type'] == 2){$pd_type = "Telep PD-";} + if($sales_pd_data[0]['sales_pd_type'] == 1){$pd_type = "Physical PD-"; }else if($sales_pd_data[0]['sales_pd_type'] == 2){$pd_type = "Tele PD-";} $mail_subject = "Sales PD Report for "; $pdf_name = strtolower(trim($sales_pd_data[0]['applicant_name'])); $pdf_name .= '-'.$pd_type.$sales_pd_data[0]['abbr'];