Reregister_Controller.php PDF online with Bitbucket

This commit is contained in:
sriramv 2018-06-26 07:10:08 +00:00
parent 809ed1a387
commit 13554a5333

View File

@ -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);