CLIX STAMP ISSUE
This commit is contained in:
parent
534ccb789d
commit
9c41a3eff2
@ -4108,6 +4108,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
$pre_loan_no = 0;
|
$pre_loan_no = 0;
|
||||||
foreach($existLoanResult as $table_key => $single_table){
|
foreach($existLoanResult as $table_key => $single_table){
|
||||||
//print_r($single_table);die();
|
//print_r($single_table);die();
|
||||||
|
if(is_numeric($table_key))
|
||||||
|
{
|
||||||
?>
|
?>
|
||||||
<table class="scorecard_table_resonal_assest" >
|
<table class="scorecard_table_resonal_assest" >
|
||||||
<!-- <thead> -->
|
<!-- <thead> -->
|
||||||
@ -4138,6 +4140,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
//
|
//
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
elseif (!strcasecmp($is_all_loan_details_availble,'no') && ($out_standing_loan_info['tot_running_loans']))
|
elseif (!strcasecmp($is_all_loan_details_availble,'no') && ($out_standing_loan_info['tot_running_loans']))
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
@ -4149,7 +4152,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else {?>
|
else if($existLoanResult['valid_data'] == 0 && $is_existing_loans_available == null){ ?>
|
||||||
<p>As per loan applicant he does not have any existing loan obligations.</p>
|
<p>As per loan applicant he does not have any existing loan obligations.</p>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php
|
<?php
|
||||||
@ -4681,7 +4684,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$footer_lender_disclaimer = MYUTIL::dispatchDisclaimer($lender_disclaimer,3);
|
$footer_lender_disclaimer = MYUTIL::dispatchDisclaimer($lender_disclaimer,3);
|
||||||
|
if(count($footer_lender_disclaimer))
|
||||||
|
{
|
||||||
echo '<p align="right"><img height="200" width="200" src="https://pdgenie.com/logo/stamps/'.$footer_lender_disclaimer['disclaimer'].'" /></p>';
|
echo '<p align="right"><img height="200" width="200" src="https://pdgenie.com/logo/stamps/'.$footer_lender_disclaimer['disclaimer'].'" /></p>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// ########################### End disclaimer end #########################################
|
// ########################### End disclaimer end #########################################
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user