From 92c08816c8140a8b32ddb33de44e4c3a0a30883f Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Sat, 21 May 2022 07:04:55 +0000 Subject: [PATCH] 7th point removed : ps --- api/application/helpers/pdalerts_helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/helpers/pdalerts_helper.php b/api/application/helpers/pdalerts_helper.php index e76c0c98..f7488297 100644 --- a/api/application/helpers/pdalerts_helper.php +++ b/api/application/helpers/pdalerts_helper.php @@ -809,8 +809,8 @@ class PDALERTS ."
3. Loan Amount : ".$core_details[0]['loan_amount'] ."
4. Name of the loan applicant : ".$applicant_name ."
5. Contact Number : ".$core_details[0]['mobile_no'] - ."
6. Case initiated by : ".$case_initiated_by - ."
7. Case allocated to : ".$core_details[0]['pdofficer_name']; + ."
6. Case initiated by : ".$case_initiated_by; + //."
7. Case allocated to : ".$core_details[0]['pdofficer_name']; if(!empty($ref_str)){ $msg .= "


This is an automatically generated notification mail. Please contact on ".$ref_str." for any queries/update. ";