heama
This commit is contained in:
parent
ca5ba217c5
commit
2015c4d9c0
@ -34,15 +34,14 @@ class Corporate extends CI_Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function index(){
|
public function index(){
|
||||||
alert('hi');
|
|
||||||
echo 'Hi';die();
|
redirect('corporate/dashboard');
|
||||||
// redirect('corporate/dashboard');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function dashboard(){
|
public function dashboard(){
|
||||||
$this->checksess();
|
$this->checksess();
|
||||||
echo 'Hi';die();
|
|
||||||
// $this->load->view('corporate/dashboard');
|
$this->load->view('corporate/dashboard');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get_inv_gst1(){
|
public function get_inv_gst1(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user