REPORT ISSUE

This commit is contained in:
Velz2020 2019-11-21 18:05:17 +05:30
parent 5f47b4b9ca
commit ea8097c9be

View File

@ -1985,7 +1985,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
echo $value['fourth_row'];
echo $value['fifth_row'];
echo $value['sixth_row'];
if($pd_master_details[0]['lender_short_name'] == 'MWISE')
if($pd_master_details[0]['product_abbr'] != 'BL' && $pd_master_details[0]['product_abbr'] == 'LAEP')
{
echo $value['seventh_row'];
echo $value['eighth_row'];
@ -2654,7 +2654,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<?php echo $client_fourth_row?>
<?php
if($pd_master_details[0]['lender_short_name'] == 'MWISE')
if($pd_master_details[0]['product_abbr'] != 'BL' && $pd_master_details[0]['product_abbr'] == 'LAEP')
{
?>
<?php echo $client_fifth_row?>
@ -2939,7 +2939,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
echo $supplier_third_row;
echo $supplier_fourth_row;
if($pd_master_details[0]['lender_short_name'] == 'MWISE')
if($pd_master_details[0]['product_abbr'] != 'BL' && $pd_master_details[0]['product_abbr'] == 'LAEP')
{
echo $supplier_fifth_row;
@ -3704,7 +3704,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<th>Asset Owned By</th>
<th>Approx Market Value(Rs)</th>
<?php
if($pd_master_details[0]['lender_short_name'] == 'MWISE')
if($pd_master_details[0]['product_abbr'] != 'BL' && $pd_master_details[0]['product_abbr'] == 'LAEP')
{
?>
<th>Age of the Assest(Yrs)</th>
@ -3722,7 +3722,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<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')
if($pd_master_details[0]['product_abbr'] != 'BL' && $pd_master_details[0]['product_abbr'] == 'LAEP')
{
?>
<td class="customtd"><?php echo $paRow['purchase_year'] ? $paRow['purchase_year'] : 'NA'; ?></td>