From 0dfba668b784e35e352acf88f57e972caa1daa9d Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 11 May 2018 11:59:51 +0530 Subject: [PATCH] fees status model changes for set fees comments issues --- Apollo/api/application/models/Fees_status_model.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Apollo/api/application/models/Fees_status_model.php b/Apollo/api/application/models/Fees_status_model.php index 19b69872..70705f64 100755 --- a/Apollo/api/application/models/Fees_status_model.php +++ b/Apollo/api/application/models/Fees_status_model.php @@ -757,7 +757,7 @@ class Fees_status_model extends CI_Model $fetchData['ActualFees']=$existData[0]->CourseFees; $fetchData['BatchCode']=$existData[0]->BatchCode; $fetchData['STFOrWR']=$existData[0]->STFOrWR; - $fetchData['Comments']=$existData[0]->Comments; + $fetchData['Comments']=$existData[0]->Comments; $fetchData['Waiver']=$existData[0]->Waiver; $fetchData['Others']=$existData[0]->Others; $fetchData['SessionName']=$existData[0]->SessionName; @@ -804,6 +804,7 @@ class Fees_status_model extends CI_Model $fetchData['Sem_Year']=$row->Sem_Year; $fetchData['ActualFees']=$row->FeesAmount; $fetchData['BatchCode']=""; + $fetchData['Comments']=""; $fetchData['STFOrWR']=""; $fetchData['Waiver']=""; $fetchData['Others']=""; @@ -1019,7 +1020,7 @@ class Fees_status_model extends CI_Model $fetchData['Sem_Year']=$row1['Sem_Year']; $fetchData['ActualFees']=$existData[0]->CourseFees; $fetchData['STFOrWR']=$existData[0]->STFOrWR; - $fetchData['Comments']=$existData[0]->Comments; + $fetchData['Comments']=$existData[0]->Comments; $fetchData['Waiver']=$existData[0]->Waiver; $fetchData['Others']=$existData[0]->Others; $fetchData['SessionName']=$existData[0]->SessionName; @@ -1055,6 +1056,7 @@ class Fees_status_model extends CI_Model $fetchData['Sem_Year']=$row1['Sem_Year']; $fetchData['ActualFees']=$row1['ActualFees']; $fetchData['STFOrWR']=""; + $fetchData['Comments']=""; $fetchData['Waiver']=""; $fetchData['Others']=""; $fetchData['SessionName']="Not applicable";