Fix #60
This commit is contained in:
@@ -1970,6 +1970,11 @@ export const useDataStore = defineStore('data', () => {
|
||||
label: "Verkaufspreis",
|
||||
component: sellingPrice,
|
||||
},
|
||||
{
|
||||
key: "priceUpdateLocked",
|
||||
label: "Preis-Update sperren",
|
||||
inputType: "bool",
|
||||
},
|
||||
{
|
||||
key: "taxPercentage",
|
||||
label: "Umsatzsteuer",
|
||||
|
||||
Reference in New Issue
Block a user