This commit is contained in:
2026-04-26 01:56:28 +02:00
parent 5bcdc2fb5d
commit 096ba07b4c
19 changed files with 14 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ const props = defineProps({
userName: String,
userEmail: String,
userTelephone: String,
userIban: String,
userAccountIban: String,
userAccountOwner: String,
})
@@ -47,7 +47,7 @@ const invoiceType = ref('');
:userName="props.userName"
:userEmail="props.userEmail"
:userTelephone="props.userTelephone"
:userIban="props.userIban"
:userAccountIban="props.userAccountIban"
:userAccountOwner="props.userAccountOwner"
:userId="props.userId"
/>
@@ -57,7 +57,7 @@ const invoiceType = ref('');
:userName="props.userName"
:userEmail="props.userEmail"
:userTelephone="props.userTelephone"
:userIban="props.userIban"
:userAccountIban="props.userAccountIban"
:userAccountOwner="props.userAccountOwner"
:userId="props.userId"
/>