From 4a9b27798c829599e036a66e330c83a6c267d09f Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 12 Nov 2021 13:42:19 +0000 Subject: [PATCH] PD_Controller.php edited online with Bitbucket --- api/application/controllers/PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index c5ecbdfe..43c570e3 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -3353,7 +3353,7 @@ public function getPDFormDetailsJSON_post() foreach($other_assests['assets_details'] as $other_assest) { - if($other_assest['emi'] == 'ìes') + if($other_assest['emi'] == 'yes') { $converted_data = $this->convertOtherAssetAsExistingLoanParams($other_assest); //print_r($converted_data);