Added Required to Taxpercentage in Products and Services

This commit is contained in:
2025-03-03 10:59:59 +01:00
parent 7980efec50
commit 57b631ad72

View File

@@ -723,6 +723,7 @@ export const useDataStore = defineStore('data', () => {
{
key: "unit",
label: "Einheit",
required: true,
component: unit,
inputType: "select",
selectDataType: "units",
@@ -748,6 +749,7 @@ export const useDataStore = defineStore('data', () => {
inputType: "select",
selectOptionAttribute: "label",
selectValueAttribute: 'key',
required: true,
selectManualOptions: [
{label: "19 %", key: 19},
{label: "7 %", key: 7},
@@ -1531,6 +1533,7 @@ export const useDataStore = defineStore('data', () => {
inputType: "select",
selectOptionAttribute: "label",
selectValueAttribute: 'key',
required: true,
selectManualOptions: [
{label: "19 %", key: 19},
{label: "7 %", key: 7},