Removed SerialInvoices

Added Clearing after Edit
This commit is contained in:
2025-03-04 15:44:33 +01:00
parent b084f13f0c
commit 8b49ae373e

View File

@@ -31,7 +31,7 @@
> >
<template #right> <template #right>
<UButton <UButton
@click="editTemplateModalOpen = true" @click="editTemplateModalOpen = true, itemInfo = {}"
> >
+ Erstellen + Erstellen
</UButton> </UButton>
@@ -149,7 +149,7 @@
> >
<USelectMenu <USelectMenu
:options="Object.keys(dataStore.documentTypesForCreation).map(i => { :options="Object.keys(dataStore.documentTypesForCreation).filter(i => i !== 'serialInvoices').map(i => {
return { return {
label: dataStore.documentTypesForCreation[i].label, label: dataStore.documentTypesForCreation[i].label,
key: i key: i