diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 3b7fc88..f2ffb3a 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 )) + ->set(array('is_active'=> 0 , 'status' => 'truncated' )) ->update(); }