FIX_BDS_FLOW_TRUNCATE

This commit is contained in:
VENKATESHWARAN 2025-12-02 17:28:39 +05:30
parent fefa62a999
commit c6bbd20ed4

View File

@ -5196,11 +5196,11 @@ class EmpDataServiceController extends BaseController
} }
//Function call for if the old policy transaction entries exisit than active the Policy transaction entries //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) { // if($existing_policy_transaction_entry != false) {
return $existing_policy_transaction_entry; // return $existing_policy_transaction_entry;
} // }
if (empty($policy_data)) { if (empty($policy_data)) {
$this->myLogger->logme("error", "No policy data found: " . json_encode(['client_policy_id' => $params['client_policy_id']])); $this->myLogger->logme("error", "No policy data found: " . json_encode(['client_policy_id' => $params['client_policy_id']]));