refs #6768 - VnLocationRefact #200

Merged
carlossa merged 10 commits from 6768-VnLocationRefact into dev 2024-02-28 13:10:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f0b2979066 - Show all commits

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;