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');