diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php
index b355fded..e8b5785c 100644
--- a/api/application/controllers/PD_Controller.php
+++ b/api/application/controllers/PD_Controller.php
@@ -5493,6 +5493,7 @@ public function getPDFormDetailsJSON_post()
if(is_object($s3result) && $s3result['ObjectURL'] != '' && $s3result['@metadata']['statusCode'] == 200)
{
+ $this->PD_Model->updateRecords(array('isactive' => 0),PDDOCUMENTS,array('pd_document_title' => 'satellite','fk_pd_id' => $pd_id));
$record_data = array('fk_pd_id' => $pdid,'pd_document_title'=>'satellite','pd_document_name'=>'satellite.png','fk_form_id'=>null,'rental_count_id' => null,'location' => null);
$id = $this->PD_Model->saveRecords($record_data,PDDOCUMENTS);
diff --git a/api/application/views/report_templates/JSONTOREPORT_CLIX.php b/api/application/views/report_templates/JSONTOREPORT_CLIX.php
index 9a2c204b..e58eccbf 100644
--- a/api/application/views/report_templates/JSONTOREPORT_CLIX.php
+++ b/api/application/views/report_templates/JSONTOREPORT_CLIX.php
@@ -711,13 +711,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
//echo $applicant_name.'**************************';
$title = isset($individual['applicant_title_name_master']) && $individual['applicant_title_name_master'] != "" ? $individual['applicant_title_name_master'] : '';
- $kyc_data = '';
+ $applicant_name = $title.' '.$applicant_name;
if($ind_key == 0 && array_key_exists('is_kyc', $general_form) && $general_form['is_kyc'] == 'no')
{
- $kyc_data = "
Name noticed as per KYC is ". $general_form['kyc_and_captur_the_name'];
+ $applicant_name = 'As per the request received applicant name is '.$applicant_name.'
but as per KYC name is '.$general_form['kyc_and_captur_the_name'];
+ //$kyc_data = "
Name noticed as per KYC is ". $general_form['kyc_and_captur_the_name'];
}
-
- echo '
Stock not required to be maintained.
'; } - echo ''. $how_was_the_stock_validated ? 'How was stock validated :- '.$how_was_the_stock_validated : ''.'
'; + echo $how_was_the_stock_validated ? ('How was stock validated :- '.$how_was_the_stock_validated .'
') : ''; $stock_photo_count = array_filter($pd_images[11],function($d) use ($business_count){ if($d['company_id'] == ($business_count + 1)){ return 1;}else {return 0;} }); $stock_img_row_count = ceil(count($stock_photo_count) / 3); @@ -3294,7 +3294,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $ai_summary_details_processed = ASSESSEDINCOME::getSummaryTable($ai_summary_details,$ai_core_details); - echo "Assessed Income - ".MYUTIL::findCompanyName($all_company_details,($business_count+1),1)."
"; if(isset($ai_core_details) && count($ai_summary_details_processed)) { echo ''.$order_dipaly_array[0].') Financial Snapshot
'; @@ -3748,10 +3748,11 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - + +Below bank account details were shared :