RENTAL FORM CHANGD3

This commit is contained in:
velz 2018-11-21 13:15:33 +05:30
parent 7752ec44b2
commit 81e622bc1d
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest auto
// define login route name for token verification
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listLessPDDetails/:any)'); // no errors
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listAllTemplates/:any)'); // no errors
defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', 'getAssessedIncome'); // no errors
defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', 'getPDFormDetails'); // no errors
/*********************AWS resources Constants*************************************************/
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');

View File

@ -1640,7 +1640,7 @@ class PD_Controller extends REST_Controller {
//$final_data = array_merge($final_data,$group);
if($pd_form_id == 17)
{
if(array_key_exists($final_data['rental_home']))
if(array_key_exists('rental_home',$final_data))
{
for($i = 1;$i<=count($final_data['rental_home']);$i++)