correction in depot created
This commit is contained in:
parent
da36927874
commit
ff08a73ffa
@ -26,7 +26,7 @@
|
|||||||
"Name": "${depot.physical_depot_structured_address.name_or_company}",
|
"Name": "${depot.physical_depot_structured_address.name_or_company}",
|
||||||
"StreetAddressOne" : "${depot.physical_depot_structured_address.street_and_PO}",
|
"StreetAddressOne" : "${depot.physical_depot_structured_address.street_and_PO}",
|
||||||
"StreetAddressTwo" : "${depot.physical_depot_structured_address.additionnal_data}",
|
"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}",
|
"City" : "${depot.physical_depot_structured_address.post_code_area_name}",
|
||||||
"CountryCode" : "${depot.physical_depot_structured_address.country_code}",
|
"CountryCode" : "${depot.physical_depot_structured_address.country_code}",
|
||||||
"ProvinceCode": "${depot.physical_depot_structured_address.territorial_div_code}",
|
"ProvinceCode": "${depot.physical_depot_structured_address.territorial_div_code}",
|
||||||
@ -34,15 +34,15 @@
|
|||||||
|
|
||||||
<#-- if Reflex WMS address is not structured -->
|
<#-- if Reflex WMS address is not structured -->
|
||||||
<#else>
|
<#else>
|
||||||
"Name": "${depot.physical-depot_address.company_name}",
|
"Name": "${depot.physical_depot_address.company_name}",
|
||||||
"StreetAddressOne" : "${depot.physical-depot_address.address_1}",
|
"StreetAddressOne" : "${depot.physical_depot_address.address_1}",
|
||||||
"StreetAddressTwo" : "${depot.physical-depot_address.address_2}",
|
"StreetAddressTwo" : "${depot.physical_depot_address.address_2}",
|
||||||
"StreetAddressThree" : "${depot.physical-depot_address.address_3}"
|
"StreetAddressThree" : "${depot.physical_depot_address.address_3}"
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
},
|
},
|
||||||
"Phones": ["${depot.physical-depot_address.telephone}",
|
"Phones": ["${depot.physical_depot_address.telephone}",
|
||||||
"${depot.physical-depot_address.other_number}"
|
"${depot.physical_depot_address.other_number}"
|
||||||
],
|
],
|
||||||
"Typology": "TYPOLOGY_UNKNOWN"
|
"Typology": "TYPOLOGY_UNKNOWN"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user