PDF tempA format : ps
This commit is contained in:
parent
4cc9983525
commit
526a0fb494
@ -74,7 +74,9 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
page-break-inside: inline;
|
page-break-inside: inline;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.table_loan td, .table_loan th{
|
||||||
|
padding: 3px !important;
|
||||||
|
}
|
||||||
.scorecard_table td, .scorecard_table th {
|
.scorecard_table td, .scorecard_table th {
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -1346,11 +1348,11 @@ Business run by the applicant</td><td colspan="4"><?php echo $pd_section_data[1
|
|||||||
< /table>-->
|
< /table>-->
|
||||||
<?php if(true){ ?>
|
<?php if(true){ ?>
|
||||||
<div id="page_break"> </div>
|
<div id="page_break"> </div>
|
||||||
<table class="scorecard_table">
|
<table class="scorecard_table table_loan">
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="10">Existing Loan Obligations</th>
|
<th colspan="10" class="thlargefont">Existing Loan Obligations</th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php if(isset($pd_section_data[15]['existing_loan_details']) && count($pd_section_data[15]['existing_loan_details']) && ($pd_section_data[15]['existing_loan_details'][0]['loan_type'] != '' && $pd_section_data[15]['existing_loan_details'][0]['loan_amount'] != '')){?>
|
<?php if(isset($pd_section_data[15]['existing_loan_details']) && count($pd_section_data[15]['existing_loan_details']) && ($pd_section_data[15]['existing_loan_details'][0]['loan_type'] != '' && $pd_section_data[15]['existing_loan_details'][0]['loan_amount'] != '')){?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user