RI PURGE PD : ps
This commit is contained in:
parent
4e581c1aff
commit
2d1f419d83
@ -844,7 +844,7 @@ class Data_Dump_Controller extends REST_Controller
|
||||
switch ($fid) {
|
||||
case 1:
|
||||
// 1 trade_product_contact_person_name , person_landline ,person_stdcode
|
||||
$arr1 = array('trade_product_contact_person_name','trade_product_contact_person_mobile_number','person_stdcode,person_landline','manufacturing_contact_person_name','manufacturing_contact_person_mobile_number','service_provider_contact_person_name','service_provider_contact_person_mobile_number');
|
||||
$arr1 = array('trade_product_contact_person_name','trade_product_contact_person_mobile_number','person_stdcode','person_landline','manufacturing_contact_person_name','manufacturing_contact_person_mobile_number','service_provider_contact_person_name','service_provider_contact_person_mobile_number');
|
||||
$replaced_pj_arr = $this->traverseArray($replaced_pj_arr, $arr1, $general_format);
|
||||
$replaced_j_arr = $this->traverseArray($replaced_j_arr, $arr1, $general_format);
|
||||
break;
|
||||
@ -856,7 +856,7 @@ class Data_Dump_Controller extends REST_Controller
|
||||
break;
|
||||
case 4:
|
||||
// 4 other asset
|
||||
$arr4 = array('address_of_the_property','other_owner');
|
||||
$arr4 = array('address_of_the_property','other_owner','business_name_of_the_other_owner');
|
||||
$replaced_pj_arr = $this->traverseArray($replaced_pj_arr, $arr4, $general_format);
|
||||
$replaced_j_arr = $this->traverseArray($replaced_j_arr, $arr4, $general_format);
|
||||
break;
|
||||
@ -891,7 +891,7 @@ class Data_Dump_Controller extends REST_Controller
|
||||
$replaced_j_arr = $this->traverseArray($replaced_j_arr, $arr9, $general_format);
|
||||
break;
|
||||
case 10:
|
||||
$arr10 = array('address', 'property_seller');
|
||||
$arr10 = array('address', 'property_seller','anchor_name');
|
||||
$replaced_pj_arr = $this->traverseArray($replaced_pj_arr, $arr10, $general_format);
|
||||
$replaced_j_arr = $this->traverseArray($replaced_j_arr, $arr10, $general_format);
|
||||
break;
|
||||
@ -907,7 +907,7 @@ class Data_Dump_Controller extends REST_Controller
|
||||
$replaced_j_arr = $this->traverseArray($replaced_j_arr, $arr13, $general_format);
|
||||
break;
|
||||
case 17:
|
||||
$arr17 = array('address_property','other_person_met','property_owner_other','name_tenant_lessees','name_tenant_lessees_per_met','property_owner_other_per_met','other_person_met','whom_third_party_check_done');
|
||||
$arr17 = array('address_property','other_person_met','property_owner_other','name_tenant_lessees','name_tenant_lessees_per_met','property_owner_other_per_met','other_person_met','whom_third_party_check_done','agreement_property_owner_other');
|
||||
$replaced_pj_arr = $this->traverseArray($replaced_pj_arr, $arr17, $general_format);
|
||||
$replaced_j_arr = $this->traverseArray($replaced_j_arr, $arr17, $general_format);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user