FIX_STATUS_ISSUE
This commit is contained in:
parent
8bc75801f7
commit
8e578a0acd
@ -3350,7 +3350,7 @@ class EmployeeRestController extends AdminController
|
|||||||
|
|
||||||
$this->employeePolicyModel->where('client_policy_id',$this->request->getGet('client_policy_id') )
|
$this->employeePolicyModel->where('client_policy_id',$this->request->getGet('client_policy_id') )
|
||||||
->where('employee_id', $value['id'] )
|
->where('employee_id', $value['id'] )
|
||||||
->set(array('is_active'=> 0 , 'status' => 'truncated' ))
|
->set(array('is_active'=> 0 , 'status' => 'truncated'))
|
||||||
->update();
|
->update();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user