From ff08a73ffadcb28e3b1d0750860b7db0c655f143 Mon Sep 17 00:00:00 2001 From: Laure Pascal Date: Wed, 13 Sep 2023 16:28:04 +0200 Subject: [PATCH] correction in depot created --- RFXtoRP_HsrDepot_ActorCreated.ftl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RFXtoRP_HsrDepot_ActorCreated.ftl b/RFXtoRP_HsrDepot_ActorCreated.ftl index ca4bd63..98fef20 100644 --- a/RFXtoRP_HsrDepot_ActorCreated.ftl +++ b/RFXtoRP_HsrDepot_ActorCreated.ftl @@ -26,7 +26,7 @@ "Name": "${depot.physical_depot_structured_address.name_or_company}", "StreetAddressOne" : "${depot.physical_depot_structured_address.street_and_PO}", "StreetAddressTwo" : "${depot.physical_depot_structured_address.additionnal_data}", - "PostalCode" : "${depot.physical_depot_structured_address.postal_code}", + "PostalCode" : "${depot.physical_depot_structured_address.postal_code}", "City" : "${depot.physical_depot_structured_address.post_code_area_name}", "CountryCode" : "${depot.physical_depot_structured_address.country_code}", "ProvinceCode": "${depot.physical_depot_structured_address.territorial_div_code}", @@ -34,15 +34,15 @@ <#-- if Reflex WMS address is not structured --> <#else> - "Name": "${depot.physical-depot_address.company_name}", - "StreetAddressOne" : "${depot.physical-depot_address.address_1}", - "StreetAddressTwo" : "${depot.physical-depot_address.address_2}", - "StreetAddressThree" : "${depot.physical-depot_address.address_3}" + "Name": "${depot.physical_depot_address.company_name}", + "StreetAddressOne" : "${depot.physical_depot_address.address_1}", + "StreetAddressTwo" : "${depot.physical_depot_address.address_2}", + "StreetAddressThree" : "${depot.physical_depot_address.address_3}" }, - "Phones": ["${depot.physical-depot_address.telephone}", - "${depot.physical-depot_address.other_number}" + "Phones": ["${depot.physical_depot_address.telephone}", + "${depot.physical_depot_address.other_number}" ], "Typology": "TYPOLOGY_UNKNOWN" }