Added Customer Ref

Added Document Error in createddocuments
This commit is contained in:
2025-01-09 11:50:13 +01:00
parent 566efb0d2c
commit 38c6e01d9f
2 changed files with 13 additions and 0 deletions

View File

@@ -792,6 +792,10 @@ export const useDataStore = defineStore('data', () => {
selectDataType: "plants",
selectOptionAttribute: "name",
selectSearchAttributes: ['name'],
},{
key: "customerRef",
label: "Referenz des Kunden",
inputType: "text"
},{
key: "notes",
label: "Notizen",