LOAN OBLIGATIONS
This commit is contained in:
parent
3591435d7b
commit
9656a42f0c
@ -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">
|
<table class="scorecard_table_resonal_assest">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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>";}?>
|
<?php for($header = 1;$header <= $existLoanResult['total_header']; $header++ ) {echo "<th>Loan $header</th>";}?>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody> -->
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
// echo $existLoanResult['first_row'];
|
echo $existLoanResult['first_row'];
|
||||||
// echo $existLoanResult['second_row'];
|
echo $existLoanResult['second_row'];
|
||||||
// //echo $existLoanResult['third_row'];
|
//echo $existLoanResult['third_row'];
|
||||||
// echo $existLoanResult['fourth_row'];
|
echo $existLoanResult['fourth_row'];
|
||||||
// echo $existLoanResult['fifth_row'];
|
echo $existLoanResult['fifth_row'];
|
||||||
// echo $existLoanResult['sixth_row'];
|
echo $existLoanResult['sixth_row'];
|
||||||
// echo $existLoanResult['seventh_row'];
|
echo $existLoanResult['seventh_row'];
|
||||||
// echo $existLoanResult['eigth_row'];
|
echo $existLoanResult['eigth_row'];
|
||||||
// echo $existLoanResult['ninth_row'];
|
echo $existLoanResult['ninth_row'];
|
||||||
// echo $existLoanResult['tenth_row'];
|
echo $existLoanResult['tenth_row'];
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- </tbody>
|
</tbody>
|
||||||
</table> -->
|
</table>
|
||||||
<?php
|
<?php
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user