FI Changes 6 : ps
This commit is contained in:
parent
e6a6f287c9
commit
a8150ebb13
@ -2704,7 +2704,9 @@ class PD_Controller extends REST_Controller
|
|||||||
$records['docs_to_be_sighted'] = isset($processed_json['docs_to_be_sighted']) ? $processed_json['docs_to_be_sighted'] : null;
|
$records['docs_to_be_sighted'] = isset($processed_json['docs_to_be_sighted']) ? $processed_json['docs_to_be_sighted'] : null;
|
||||||
unset($processed_json['docs_to_be_sighted']);
|
unset($processed_json['docs_to_be_sighted']);
|
||||||
|
|
||||||
|
case 27: case 28: case 29: case 30: case 31: case 32: case 33:
|
||||||
|
$processed_json = $records;
|
||||||
|
break;
|
||||||
//default:
|
//default:
|
||||||
//echo "Something Wrong! Form ID did not match, Contact System Administrator";
|
//echo "Something Wrong! Form ID did not match, Contact System Administrator";
|
||||||
}
|
}
|
||||||
@ -5854,6 +5856,14 @@ class PD_Controller extends REST_Controller
|
|||||||
} else if ($data['pd_master_details'][0]['customer_segment_abbr'] == 'SE-DI' || $data['pd_master_details'][0]['customer_segment_abbr'] == 'SE-AI' || $data['pd_master_details'][0]['customer_segment_abbr'] == 'SEP_INDV') {
|
} else if ($data['pd_master_details'][0]['customer_segment_abbr'] == 'SE-DI' || $data['pd_master_details'][0]['customer_segment_abbr'] == 'SE-AI' || $data['pd_master_details'][0]['customer_segment_abbr'] == 'SEP_INDV') {
|
||||||
$t = $this->load->view('report_templates/JSONTOREPORT_DI_AI_TELE_PD', $data, true);
|
$t = $this->load->view('report_templates/JSONTOREPORT_DI_AI_TELE_PD', $data, true);
|
||||||
}
|
}
|
||||||
|
} else if ($data['pd_master_details'][0]['fk_pd_type'] == 4){ //FI PD
|
||||||
|
if ($data['pd_master_details'][0]['fk_fi_type_id'] == 1 ){
|
||||||
|
$t = $this->load->view('report_templates/JSONTOREPORT_FI_OV_DI', $data, true);
|
||||||
|
} else if ($data['pd_master_details'][0]['fk_fi_type_id'] == 2 ){
|
||||||
|
$t = $this->load->view('report_templates/JSONTOREPORT_FI_OV_SAL', $data, true);
|
||||||
|
} else if ($data['pd_master_details'][0]['fk_fi_type_id'] == 3 ){
|
||||||
|
$t = $this->load->view('report_templates/JSONTOREPORT_FI_RV', $data, true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$t = $this->load->view('report_templates/JSONTOREPORT_DI_AI_ADDON', $data, true);
|
$t = $this->load->view('report_templates/JSONTOREPORT_DI_AI_ADDON', $data, true);
|
||||||
|
|||||||
5180
api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php
Normal file
5180
api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php
Normal file
File diff suppressed because it is too large
Load Diff
5194
api/application/views/report_templates/JSONTOREPORT_FI_OV_SAL.php
Normal file
5194
api/application/views/report_templates/JSONTOREPORT_FI_OV_SAL.php
Normal file
File diff suppressed because it is too large
Load Diff
5194
api/application/views/report_templates/JSONTOREPORT_FI_RV.php
Normal file
5194
api/application/views/report_templates/JSONTOREPORT_FI_RV.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user