FIX_BDS_FLOW_TRUNCATE
This commit is contained in:
parent
fefa62a999
commit
c6bbd20ed4
@ -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']]));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user