diff --git a/api/application/views/report_templates/JSONTOREPORT_CLIX.php b/api/application/views/report_templates/JSONTOREPORT_CLIX.php index 8a0b5e2c..114ba013 100644 --- a/api/application/views/report_templates/JSONTOREPORT_CLIX.php +++ b/api/application/views/report_templates/JSONTOREPORT_CLIX.php @@ -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'); @@ -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');