diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index 6f06585b..a82f8429 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -456,7 +456,7 @@ class PD_Controller extends REST_Controller { // OTP Generate Condition if($pd_details['pd_status'] == INITIATED) { - $msg = "Dear ".$pd_details['firstName'].", Office ".$pd_details['officerName']." is on his way to meet you for a personal discussion with regards to your loan application. You can track his realtime location in this link.http://maps.google.com/?q=".$pd_details['link']; + $msg = "Dear ".$pd_details['firstName'].", Officer ".$pd_details['officerName']." is on his way to meet you for a personal discussion with regards to your loan application. You can track his realtime location in this link.http://maps.google.com/?q=".$pd_details['link']; $no = (string)$pd_details['mobile_no']; unset($pd_details['mobile_no']); unset($pd_details['firstName']); diff --git a/api/application/controllers/Template_Management_Controller.php b/api/application/controllers/Template_Management_Controller.php index 933ef0c8..dbff423c 100644 --- a/api/application/controllers/Template_Management_Controller.php +++ b/api/application/controllers/Template_Management_Controller.php @@ -406,7 +406,7 @@ class Template_Management_Controller extends REST_Controller { if($this->post('template_id')){ $template_id = $this->post('template_id'); } if($this->post('category_id')){ $category_id = $this->post('category_id'); } - $questions = $this->Template_Management_Model->getListOfQuestions($template_id,$category_id,$group_id); + $questions = $this->Template_Management_Model->getListOfQuestions($template_id,$category_id); if(count($questions)) { $data['dataStatus'] = true;