Rechnungs E-Mail Adresse zu Kunden hinzugefügt

This commit is contained in:
2025-05-20 16:24:02 +02:00
parent b17af2620b
commit 5606858dc7
2 changed files with 7 additions and 0 deletions

View File

@@ -345,6 +345,11 @@ export const useDataStore = defineStore('data', () => {
label: "E-Mail",
inputType: "text"
},
{
key: "infoData.invoiceEmail",
label: "E-Mail für Rechnungen",
inputType: "text"
},
{
key: "infoData.web",
label: "Web",