diff --git a/src/pages/Customer/components/CustomerAddressEdit.vue b/src/pages/Customer/components/CustomerAddressEdit.vue index 8f4be1342..dd2717694 100644 --- a/src/pages/Customer/components/CustomerAddressEdit.vue +++ b/src/pages/Customer/components/CustomerAddressEdit.vue @@ -180,10 +180,13 @@ function handleLocation(data, location) { :rules="validate('Worker.postcode')" :roles-allowed-to-create="['deliveryAssistant']" :options="postcodesOptions" - v-model="data.location" + v-model="data.postalCode" @update:model-value="(location) => handleLocation(data, location)" > + + +
-
-

{{ t('Notes') }}