LIST QUES CHNAGED

This commit is contained in:
velz 2018-11-15 18:08:15 +05:30
parent 7c2ef69ccd
commit 09501adb9f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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