Add anual report feature
This commit is contained in:
@@ -23,7 +23,11 @@ class ProgresAbsen extends CI_Controller {
|
||||
|
||||
public function index()
|
||||
{
|
||||
|
||||
if($this->input->get()){
|
||||
$get = $this->input->get();
|
||||
$data['tahun_laporan'] = $get['tahun'];
|
||||
$data['msg'] = $get['msg'];
|
||||
}
|
||||
|
||||
$data['tahun_list']= $this->AbsenModel->getAbsenTahun();
|
||||
$data['user_logged'] = $this->session->userdata('user_logged');
|
||||
|
||||
Reference in New Issue
Block a user