FI report ; ps
This commit is contained in:
parent
7d250a649f
commit
ee72f24377
@ -305,8 +305,10 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
$general_form = json_decode($pd_processed_forms[27][0]['processed_json'], true);
|
||||
$value = $general_form['json'];
|
||||
$all_applicant_details = $applicants_details;
|
||||
//echo "i am here".$value['is_person_met'];
|
||||
if (strtoupper($value['is_person_met']) == 'YES') {
|
||||
echo '<p>' . 'Applicant <b>(' . isset($value['Name_of_the_Person_met_master']) ? $value['Name_of_the_Person_met_master'] : $value['Name_of_the_Person_met'] . ')</b> was met at the visited address.' . '</p>';
|
||||
$person = isset($value['Name_of_the_Person_met_master']) ? $value['Name_of_the_Person_met_master'] : $value['Name_of_the_Person_met'];
|
||||
echo '<p>' . 'Applicant <b>('.$person.')</b> was met at the visited address.' . '</p>';
|
||||
} else if (strtoupper($value['is_person_met']) == 'NO') {
|
||||
$designation = str_replace(' of', '', $value['designation_person_met_master']);
|
||||
echo '<p>' . '(' . $value['Name_of_the_Person'] . ') (' . $designation . ') was met at the visited address during visit.' . '</p>';
|
||||
@ -560,7 +562,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
<?php
|
||||
$final_remark = json_decode($pd_processed_forms[33][0]['processed_json'], true);
|
||||
$final_remark_data = $final_remark['json'];
|
||||
print_r($final_remark_data);
|
||||
// print_r($final_remark_data);
|
||||
|
||||
|
||||
$positive = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user