Changes in Document Creation

This commit is contained in:
2024-03-17 12:14:11 +01:00
parent aef8cce755
commit 73d3c6311a
2 changed files with 39 additions and 17 deletions

View File

@@ -122,6 +122,10 @@ export const useDataStore = defineStore('data', () => {
deliveryNotes: {
label: "Lieferscheine",
labelSingle: "Lieferschein"
},
confirmationOrders: {
label: "Auftragsbestätigungen",
labelSingle: "Auftragsbestätigung"
}
})