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. ";