LOAN OBLIGATIONS

This commit is contained in:
Velz2020 2019-11-16 19:31:25 +05:30
parent 3591435d7b
commit 9656a42f0c

View File

@ -3995,7 +3995,7 @@ if($total_no_of_business > 0) {
<!-- The table below lists the details of Existing Loan Obligations of the Loan Applicants.
The table below lists the details of Existing Loan Obligations of the Loan Applicants.
<table class="scorecard_table_resonal_assest">
<thead>
<tr>
@ -4003,23 +4003,23 @@ if($total_no_of_business > 0) {
<?php for($header = 1;$header <= $existLoanResult['total_header']; $header++ ) {echo "<th>Loan $header</th>";}?>
</tr>
</thead>
<tbody> -->
<tbody>
<?php
// echo $existLoanResult['first_row'];
// echo $existLoanResult['second_row'];
// //echo $existLoanResult['third_row'];
// echo $existLoanResult['fourth_row'];
// echo $existLoanResult['fifth_row'];
// echo $existLoanResult['sixth_row'];
// echo $existLoanResult['seventh_row'];
// echo $existLoanResult['eigth_row'];
// echo $existLoanResult['ninth_row'];
// echo $existLoanResult['tenth_row'];
echo $existLoanResult['first_row'];
echo $existLoanResult['second_row'];
//echo $existLoanResult['third_row'];
echo $existLoanResult['fourth_row'];
echo $existLoanResult['fifth_row'];
echo $existLoanResult['sixth_row'];
echo $existLoanResult['seventh_row'];
echo $existLoanResult['eigth_row'];
echo $existLoanResult['ninth_row'];
echo $existLoanResult['tenth_row'];
?>
<!-- </tbody>
</table> -->
</tbody>
</table>
<?php
//
}