dash board changes
This commit is contained in:
parent
5e6b6ed9db
commit
1aa7d58683
@ -93,7 +93,7 @@ class Dashboard_Controller extends REST_Controller {
|
||||
* get university based student registration details for dash board
|
||||
* created by kms
|
||||
* */
|
||||
public function getUniversityRegisteredStudent(){
|
||||
public function getUniversityRegisteredStudent_post(){
|
||||
$data = $this->post('data');
|
||||
$getRegisteredDetails = $this->dashboard_model->get_univ_registered_student($data);
|
||||
if ($getRegisteredDetails) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user