course details changes done

This commit is contained in:
gandhimathi 2018-03-06 18:40:26 +05:30
parent e17af0c47d
commit 34c077ceeb

View File

@ -234,6 +234,7 @@ class Fees_Status_Controller extends REST_Controller {
$details['FeesType'] = $this->post('feesID');
$details['CourseFees'] = $this->post('courseAmount');
$details['SessionName'] = $this->post('session');
$details['ToSessionName'] = $this->post('sessionTo');
$details['RollNo'] = $this->post('rollNo');
$details['STFOrWR'] = $this->post('STFWR');
$details['Waiver'] = $this->post('waiver');