Merge branch 'dev' into feature/ZoneDelivery
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-05-18 07:06:57 +00:00
commit 902d260822
1 changed files with 1 additions and 1 deletions

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;