Reregister_Controller.php PDF online with Bitbucket
This commit is contained in:
parent
809ed1a387
commit
13554a5333
@ -160,7 +160,7 @@ class Reregister_Controller extends REST_Controller {
|
||||
|
||||
$SemesterID = $this->post('SemNum');
|
||||
$branchId = $this->post('branchId');
|
||||
$course = $this->post(' Course ');
|
||||
$course = $this->post('Course');
|
||||
foreach($SemesterID as $sem){
|
||||
if(!empty($sem)){
|
||||
$subjectDetails[] = $this->Reregister_model->getsubject($sem,$branchId,$course);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user