From e488d0725573bd2be6bfcd0cf78a2921ce82838f Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 10 May 2018 17:52:16 +0530 Subject: [PATCH] comments are hide while fees update for all status updadte --- Apollo/api/application/models/Fees_status_model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Apollo/api/application/models/Fees_status_model.php b/Apollo/api/application/models/Fees_status_model.php index c1ea262d..19b69872 100755 --- a/Apollo/api/application/models/Fees_status_model.php +++ b/Apollo/api/application/models/Fees_status_model.php @@ -1618,7 +1618,7 @@ class Fees_status_model extends CI_Model $insertStudyBook['CourseID']=$row->FeesType; $insertStudyBook['BranchCode']=$feesDetails['UpdatedBy']; $insertStudyBook['ListCode']=$existStatusDetails->ListCode; - $insertStudyBook['Comments']=$feesDetails['CommentsForStudent']; + // $insertStudyBook['Comments']=$feesDetails['CommentsForStudent']; $insertStudyBook['Coursedetail']=$feesDetails['StudentID']; $insertStudyBook['CreatedBy']=$feesDetails['CreatedBy']; $insertStudyBook['CreatedOn']=$feesDetails['CreatedOn']; @@ -1627,7 +1627,7 @@ class Fees_status_model extends CI_Model $insertMark['CourseID']=$row->FeesType; $insertMark['BranchCode']=$feesDetails['UpdatedBy']; $insertMark['ListCode']=$existStatusDetails->ListCode; - $insertMark['Comments']=$feesDetails['CommentsForStudent']; + // $insertMark['Comments']=$feesDetails['CommentsForStudent']; $insertMark['Coursedetail']=$feesDetails['StudentID']; $insertMark['CreatedBy']=$feesDetails['CreatedBy']; $insertMark['CreatedOn']=$feesDetails['CreatedOn']; @@ -1677,7 +1677,7 @@ class Fees_status_model extends CI_Model $insertDocs['CourseID']=$courseID; $insertDocs['BranchCode']=$feesDetails['UpdatedBy']; $insertDocs['ListCode']=$existStatusDetails->ListCode; - $insertDocs['Comments']=$feesDetails['CommentsForStudent']; + // $insertDocs['Comments']=$feesDetails['CommentsForStudent']; $insertDocs['CreatedBy']=$feesDetails['CreatedBy']; $insertDocs['CreatedOn']=$feesDetails['CreatedOn']; $insertDocs['CertificationType']=$getEndFeesDetails->CertificationID;