Removed SerialInvoices
Added Clearing after Edit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user