Vertragstypen für Änderungsanfragen pflegen
This commit is contained in:
@@ -853,6 +853,15 @@ export const useDataStore = defineStore('data', () => {
|
||||
item.billingInterval = selectedContractType.billingInterval || null
|
||||
},
|
||||
inputColumn: "Allgemeines"
|
||||
},{
|
||||
key: "allowedContracttypes",
|
||||
label: "Vertragstypen für Änderungsanfragen",
|
||||
inputType: "select",
|
||||
selectDataType: "contracttypes",
|
||||
selectOptionAttribute: "name",
|
||||
selectSearchAttributes: ["name"],
|
||||
selectMultiple: true,
|
||||
inputColumn: "Allgemeines"
|
||||
},{
|
||||
key: "active",
|
||||
label: "Aktiv",
|
||||
|
||||
Reference in New Issue
Block a user