RENTAL FORM CHANGD3
This commit is contained in:
parent
7752ec44b2
commit
81e622bc1d
@ -87,7 +87,7 @@ defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest auto
|
|||||||
// define login route name for token verification
|
// 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', '(listLessPDDetails/:any)'); // no errors
|
||||||
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listAllTemplates/: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*************************************************/
|
/*********************AWS resources Constants*************************************************/
|
||||||
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');
|
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');
|
||||||
|
|||||||
@ -1640,7 +1640,7 @@ class PD_Controller extends REST_Controller {
|
|||||||
//$final_data = array_merge($final_data,$group);
|
//$final_data = array_merge($final_data,$group);
|
||||||
if($pd_form_id == 17)
|
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++)
|
for($i = 1;$i<=count($final_data['rental_home']);$i++)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user