diff --git a/app/Controllers/Notifications.php b/app/Controllers/Notifications.php index 83d8a40f..2bcb66b3 100755 --- a/app/Controllers/Notifications.php +++ b/app/Controllers/Notifications.php @@ -622,10 +622,10 @@ class Notifications extends BaseController $this->logger->error('There is no subcription Name'); continue; } + echo ($inx+1).") #".$customerId." - Person Name : ".$fullName." ----- ( Expiry on ". date('d-m-Y', strtotime($expirydate)).")
"; if ($status === 'Approved') { # EXPIRY NOTIFY TEMPLATE EMAIL $emailTemplateName = $NotificationModel->getTempName('EXPIRY NOTIFY TEMPLATE EMAIL'); - echo ($inx+1).") #".$customerId." - Person Name : ".$fullName." ----- ( Expiry on ". date('d-m-Y', strtotime($expirydate)).")
"; if(empty($row['email'])){ echo ($inx+1).") Email Not Available
"; continue; @@ -735,6 +735,7 @@ class Notifications extends BaseController } else{ + echo ($inx+1).") Staus = ".$status."
"; $this->logger->error("status is Draft"); } # EXPIRY NOTIFY TEMPLATE EMAIL Closed