FIX_LIVE_AGGREE_API_ISSUE
This commit is contained in:
parent
59dd0644b6
commit
e42b3fcc5f
@ -2709,7 +2709,7 @@ class EmployeeRestController extends AdminController
|
|||||||
foreach ($client_policy_id as $key => $value)
|
foreach ($client_policy_id as $key => $value)
|
||||||
{
|
{
|
||||||
// $policy = $this->clientPolicyModel->where('id',$value)->where('open_for_enrollment',1)->find();
|
// $policy = $this->clientPolicyModel->where('id',$value)->where('open_for_enrollment',1)->find();
|
||||||
$policy = $this->findThePolicyIsOpenForEnrollment($client_policy_id, $emp_code);
|
$policy = $this->findThePolicyIsOpenForEnrollment($value, $emp_code);
|
||||||
if($policy)
|
if($policy)
|
||||||
{
|
{
|
||||||
$this->myLogger->logme("error", 'client policy id = '.$value.' is open for enrollment');
|
$this->myLogger->logme("error", 'client policy id = '.$value.' is open for enrollment');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user