Zone Delivery #377

Merged
jsegarra merged 8 commits from :feature/ZoneDelivery into dev 2024-05-18 07:07:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 902d260822 - Show all commits

View File

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