PD_Controller.php edited online with Bitbucket
This commit is contained in:
parent
e0a72ca7ec
commit
23b3667c02
@ -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'] == 'ìes')
|
||||
{
|
||||
$converted_data = $this->convertOtherAssetAsExistingLoanParams($other_assest);
|
||||
//print_r($converted_data);
|
||||
@ -8240,8 +8240,8 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
|
||||
{
|
||||
foreach($business_bank_form['business_details'] as $banking)
|
||||
{
|
||||
$year = $banking['vintage_year'] ? $banking['vintage_year'] : 0 ;
|
||||
$month = $banking['vintage_month'] ? $banking['vintage_month'] : 0;
|
||||
$year = $banking['vintage_year_business'] ? $banking['vintage_year_business'] : 0 ;
|
||||
$month = $banking['vintage_month_business'] ? $banking['vintage_month_business'] : 0;
|
||||
$temp = $year.'.'.$month;
|
||||
$vintage = array_merge($vintage,array($temp));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user