applicant name in flyhi : ps
This commit is contained in:
parent
26a96278aa
commit
e2af91b3fe
@ -1285,6 +1285,10 @@ class Flyhi_Controller extends REST_Controller {
|
||||
if(isset($g_value['question_key']) && $g_value['question_key'] == 'product_name')
|
||||
{
|
||||
$product_id = $g_value['answer_value'];
|
||||
}
|
||||
if(isset($g_value['question_key']) && $g_value['question_key'] == 'product_name')
|
||||
{
|
||||
$applicant_name = $g_value['applicant_name'];
|
||||
}
|
||||
if(isset($g_value['question_key']) && $g_value['question_key'] == 'verification_type')
|
||||
{
|
||||
@ -1304,10 +1308,6 @@ class Flyhi_Controller extends REST_Controller {
|
||||
$city = $j_value['answer_value'];
|
||||
$flyhi_pd_type = 3;
|
||||
}
|
||||
// if($g_value['answer_value'] == 'Office verification' && $j_value['question_key'] == 'employer_business_name')
|
||||
// {
|
||||
// $applicant_name = $j_value['answer_value'];
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1317,7 +1317,7 @@ class Flyhi_Controller extends REST_Controller {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
$FLYHI_PD['applicant_name'] = $applicant_name;
|
||||
$FLYHI_PD['applicant_id'] = $applicant_id;
|
||||
$FLYHI_PD['city_id']=$city;
|
||||
$FLYHI_PD['loan_amount'] = $loan_amount;
|
||||
|
||||
@ -185,6 +185,14 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<td colspan="3" >Loan Amount Applied for (Rs)</td>
|
||||
<td class = "tdcenteralign" colspan="7"> <?php echo $section1['loan_amount'] ? $rupee_symbol.' '.MYUTIL::customIndianNumberFormat($section1['loan_amount']) : 'Not Provided'; ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"> Application Name</td>
|
||||
<td class = "tdcenteralign" colspan="7"> <?php echo $section1['applicant_name'] ? $section1['applicant_name'] : 'Not Provided'?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"> Application Mobile Number</td>
|
||||
<td class = "tdcenteralign" colspan="7"> <?php echo $section1['applicant_mobile_no'] ? $section1['applicant_mobile_no'] : 'Not Provided'?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"> Verification Type</td>
|
||||
<td class = "tdcenteralign" colspan="7"> <?php echo $section1['verification_type'] ? $section1['verification_type'] : 'Not Provided'; ?> </td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user