diff --git a/frontend/stores/data.js b/frontend/stores/data.js index f443262..1db45ae 100644 --- a/frontend/stores/data.js +++ b/frontend/stores/data.js @@ -73,6 +73,7 @@ export const useDataStore = defineStore('data', () => { const filetagCreatedDocumentTypeOptions = [ { key: "invoices", label: "Rechnung" }, { key: "serialInvoices", label: "Serienrechnung" }, + { key: "advanceInvoice", label: "Abschlagsrechnung" }, { key: "advanceInvoices", label: "Abschlagsrechnung" }, { key: "cancellationInvoices", label: "Storno" }, { key: "quotes", label: "Angebot" },