common_model->checkpurview(); } public function other_search() { $this->load->view('storage/other-search'); } public function inventory() { $this->common_model->checkpurview(11); $this->load->view('storage/inventory'); } public function transfers_search () { $this->load->view('storage/transfers-search'); } public function import () { $this->load->view('storage/import'); } } /* End of file welcome.php */ /* Location: ./application/controllers/welcome.php */