PD_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2021-11-12 13:42:19 +00:00
parent 23b3667c02
commit 4a9b27798c

View File

@ -3353,7 +3353,7 @@ public function getPDFormDetailsJSON_post()
foreach($other_assests['assets_details'] as $other_assest) foreach($other_assests['assets_details'] as $other_assest)
{ {
if($other_assest['emi'] == 'ìes') if($other_assest['emi'] == 'yes')
{ {
$converted_data = $this->convertOtherAssetAsExistingLoanParams($other_assest); $converted_data = $this->convertOtherAssetAsExistingLoanParams($other_assest);
//print_r($converted_data); //print_r($converted_data);