From 9c9fbb2c4b6dbc94397fb8edfcfd8b131fec4cb9 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Sat, 18 Dec 2021 11:12:56 +0530 Subject: [PATCH] CLIX Banking form enable : ps --- api/application/controllers/PD_Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index c01413cc..ded1a68c 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -6714,7 +6714,7 @@ public function getCompaniesListsFromGeneralFormRawJSON_post() $form_array[] = array('form_id' => 22,'form_name' => 'Business Assets'); - if(strcasecmp($lender_short_name, 'CLIX')){ + if(!strcasecmp($lender_short_name, 'CLIX')){ $form_array[] = array('form_id' => 21,'form_name' => 'Business Banking'); // this is temporary have to Remove ( step 2 ) } $form_array[] = array('form_id' => 14,'form_name' => 'Financial Information'); @@ -6732,7 +6732,7 @@ public function getCompaniesListsFromGeneralFormRawJSON_post() $form_array[] = array('form_id' => 13,'form_name' => 'About Business'); $form_array[] = array('form_id' => 22,'form_name' => 'Business Assets'); - if(strcasecmp($lender_short_name, 'CLIX')){ + if(!strcasecmp($lender_short_name, 'CLIX')){ $form_array[] = array('form_id' => 21,'form_name' => 'Business Banking');//Removed ( step 2 ) } $form_array[] = array('form_id' => 14,'form_name' => 'Financial Information');