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'];