From c6bbd20ed4eadc8d7258ead8c4160bc6727eef33 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Tue, 2 Dec 2025 17:28:39 +0530 Subject: [PATCH] FIX_BDS_FLOW_TRUNCATE --- app/Controllers/EmpDataServiceController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Controllers/EmpDataServiceController.php b/app/Controllers/EmpDataServiceController.php index 0ef42b4d..99829bf0 100755 --- a/app/Controllers/EmpDataServiceController.php +++ b/app/Controllers/EmpDataServiceController.php @@ -5196,11 +5196,11 @@ class EmpDataServiceController extends BaseController } //Function call for if the old policy transaction entries exisit than active the Policy transaction entries - $existing_policy_transaction_entry = $this->retrivePolicyTransactionEntries($params); + // $existing_policy_transaction_entry = $this->retrivePolicyTransactionEntries($params); - if($existing_policy_transaction_entry != false) { - return $existing_policy_transaction_entry; - } + // if($existing_policy_transaction_entry != false) { + // return $existing_policy_transaction_entry; + // } if (empty($policy_data)) { $this->myLogger->logme("error", "No policy data found: " . json_encode(['client_policy_id' => $params['client_policy_id']]));