0
0
Fork 0

refs #6768 create consignee

This commit is contained in:
Carlos Satorres 2024-02-21 13:19:28 +01:00
parent 9673447792
commit f0b2979066
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const toCustomerConsignees = () => {
};
function handleLocation(data, location) {
const { town, code, provinceFk, countryFk } = location ?? {};
data.postcode = code;
data.postalCode = code;
data.city = town;
data.provinceFk = provinceFk;
data.countryFk = countryFk;