diff --git a/api/application/controllers/Data_Dump_Controller.php b/api/application/controllers/Data_Dump_Controller.php index c4861c54..a157c3b0 100644 --- a/api/application/controllers/Data_Dump_Controller.php +++ b/api/application/controllers/Data_Dump_Controller.php @@ -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;