diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index f2ffb3a..2245a06 100755 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -3350,7 +3350,7 @@ class EmployeeRestController extends AdminController $this->employeePolicyModel->where('client_policy_id',$this->request->getGet('client_policy_id') ) ->where('employee_id', $value['id'] ) - ->set(array('is_active'=> 0 , 'status' => 'truncated' )) + ->set(array('is_active'=> 0 , 'status' => 'truncated')) ->update(); }