From 886884c4fb229a097bf9644496b8be35bddfaa81 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 20 Nov 2024 05:39:05 +0000 Subject: [PATCH] FIX_Status check --- app/Controllers/Notifications.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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