Update report untuk akses di sidebar
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
}elseif($linknow=="lp_data_master"){
|
||||
$linknow=$this->uri->segment(1, 0)."/".$this->uri->segment(2, 0);
|
||||
$linksearch = substr($this->uri->segment(2, 0), 0, 6);
|
||||
}elseif($linknow=="lp_pasien"){
|
||||
$linknow=$this->uri->segment(1, 0)."/".$this->uri->segment(2, 0);
|
||||
$linksearch = substr($this->uri->segment(2, 0), 0, 6);
|
||||
}
|
||||
//--------------end lp_ppi 1 controller--------------//
|
||||
$this->db->join('master_menu', 'mm_id = am_fk_menu_id', 'LEFT');
|
||||
|
||||
Reference in New Issue
Block a user