postalCode
This commit is contained in:
parent
ecec0f4e6f
commit
683d862560
5 changed files with 23 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue