diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue
index 8263c4a..3032b07 100644
--- a/pages/createDocument/edit/[[id]].vue
+++ b/pages/createDocument/edit/[[id]].vue
@@ -1016,7 +1016,7 @@ const setRowData = (row) => {
variant="outline"
class="w-full"
>
- {{row.customer ?customers.find(i => i.id === row.customer).name : "Kein Kunde ausgewählt"}}
+ {{itemInfo.customer ? customers.find(i => i.id === iteminfo.customer).name : "Kein Kunde ausgewählt"}}
@@ -1040,8 +1040,8 @@ const setRowData = (row) => {
title="Info"
>
- Kundennr: {{customers.find(i => i.id === row.customer).customerNumber}}
- Typ: {{customers.find(i => i.id === row.customer).isCompany ? 'Firma' : 'Privat'}}
+ Kundennr: {{customers.find(i => i.id === itemInfo.customer).customerNumber}}
+ Typ: {{customers.find(i => i.id === itemInfo.customer).isCompany ? 'Firma' : 'Privat'}}
Notizen: {{customers.find(i => i.id === row.customer).notes}}