postalCode

This commit is contained in:
Julian Krauser 2025-01-03 19:26:41 +01:00
parent ecec0f4e6f
commit 683d862560
5 changed files with 23 additions and 1 deletions

View file

@ -41,6 +41,7 @@ export const useCommunicationStore = defineStore("communication", {
preferred: communication.preferred,
mobile: communication.mobile,
email: communication.email,
postalCode: communication.postalCode,
city: communication.city,
street: communication.street,
streetNumber: communication.streetNumber,
@ -58,6 +59,7 @@ export const useCommunicationStore = defineStore("communication", {
preferred: communication.preferred,
mobile: communication.mobile,
email: communication.email,
postalCode: communication.postalCode,
city: communication.city,
street: communication.street,
streetNumber: communication.streetNumber,