6914-fixWorkerCreateErrors #380

Merged
carlossa merged 3 commits from 6914-fixWorkerCreateErrors into dev 2024-05-17 11:18:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 660577c9fe - Show all commits

View File

@ -57,7 +57,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;