CLIX ERROR RESOLVED

This commit is contained in:
Velz2020 2019-11-21 14:41:49 +05:30
parent 22531a5f1e
commit 5f47b4b9ca

View File

@ -3703,13 +3703,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<th>Asset Description</th>
<th>Asset Owned By</th>
<th>Approx Market Value(Rs)</th>
<?php
<?php
if($pd_master_details[0]['lender_short_name'] == 'MWISE')
{
?>
<th>Age of the Assest(Yrs)</th>
<th>Loan Again Assest</th>
<?php}?>
{
?>
<th>Age of the Assest(Yrs)</th>
<th>Loan Again Assest</th>
<?php }?>
</tr>
</thead>
<tbody>
@ -3721,11 +3721,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<td class="customtd"><?php echo $paRow['about_assets']; ?></td>
<td class="customtd"><?php echo $paRow['name_of_the_owner']; ?></td>
<td class="customtd"><?php echo isset($paRow['is_sum_assured']) ? 'Sum Assured -<br> '. $rupee_symbol.' '.MYUTIL::customIndianNumberFormat($paRow['approximate_market_value']) : $rupee_symbol.' '.MYUTIL::customIndianNumberFormat($paRow['approximate_market_value']); ?></td>
<?php if($pd_master_details[0]['lender_short_name'] == 'MWISE')
{?>
<?php
if($pd_master_details[0]['lender_short_name'] == 'MWISE')
{
?>
<td class="customtd"><?php echo $paRow['purchase_year'] ? $paRow['purchase_year'] : 'NA'; ?></td>
<td class="customtd"><?php echo ($paRow['emi']) ? 'Yes' : 'No'; ?></td>
<?php }?>
<?php }?>
</tr>
<?php } ?>
</tbody>