Made SellingPrice Total required in Services
This commit is contained in:
@@ -1614,6 +1614,7 @@ export const useDataStore = defineStore('data', () => {
|
||||
label: "Verkaufspreis Gesamt pro Einheit",
|
||||
inputType: "number",
|
||||
inputTrailing: "EUR",
|
||||
required: true,
|
||||
/*disabledFunction: function (item) {
|
||||
return item.sellingPriceComposed.worker || item.sellingPriceComposed.material
|
||||
},*/
|
||||
|
||||
Reference in New Issue
Block a user