mail : ps
This commit is contained in:
parent
cb5419c0b0
commit
34a5d94fe7
@ -810,7 +810,7 @@ class PDALERTS
|
||||
."<br> 4. Name of the loan applicant : ".$applicant_name
|
||||
."<br> 5. Contact Number : ".$core_details[0]['mobile_no']
|
||||
."<br> 6. Case initiated by : ".$case_initiated_by
|
||||
."<br> 7. Case allocated to : ".$core_details[0]['agency_name'] ? $core_details[0]['agency_name'] : $core_details[0]['pdofficer_name'] ? $core_details[0]['pdofficer_name'] : "-";
|
||||
."<br> 7. Case allocated to : ".($core_details[0]['agency_name'] ? $core_details[0]['agency_name'] : ($core_details[0]['pdofficer_name'] ? $core_details[0]['pdofficer_name'] : "-"));
|
||||
if(!empty($ref_str)){
|
||||
$msg .= "<br><br><br> This is an automatically generated notification mail. Please contact on ".$ref_str." for any
|
||||
queries/update. ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user