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",
|
label: "Verkaufspreis Gesamt pro Einheit",
|
||||||
inputType: "number",
|
inputType: "number",
|
||||||
inputTrailing: "EUR",
|
inputTrailing: "EUR",
|
||||||
|
required: true,
|
||||||
/*disabledFunction: function (item) {
|
/*disabledFunction: function (item) {
|
||||||
return item.sellingPriceComposed.worker || item.sellingPriceComposed.material
|
return item.sellingPriceComposed.worker || item.sellingPriceComposed.material
|
||||||
},*/
|
},*/
|
||||||
|
|||||||
Reference in New Issue
Block a user