Ejemplo n.º 1
0
 public function leave_credits()
 {
     if ($this->input->get('leave_status')) {
         Leave_request_model::update_leave();
     }
     $data['record'] = View_leave_history::all();
     $data['pageTitle'] = 'Leave Credits - MSInc.';
     $data['content'] = 'employee/leave_credits';
     $this->load->view($this->master_layout, $data);
     $this->display_notif();
 }