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