correction in depot created

This commit is contained in:
Laure Pascal 2023-09-13 16:28:04 +02:00
parent da36927874
commit ff08a73ffa

View File

@ -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}"
</#if>
},
"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"
}