Added Required to Taxpercentage in Products and Services
This commit is contained in:
@@ -723,6 +723,7 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
{
|
{
|
||||||
key: "unit",
|
key: "unit",
|
||||||
label: "Einheit",
|
label: "Einheit",
|
||||||
|
required: true,
|
||||||
component: unit,
|
component: unit,
|
||||||
inputType: "select",
|
inputType: "select",
|
||||||
selectDataType: "units",
|
selectDataType: "units",
|
||||||
@@ -748,6 +749,7 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
inputType: "select",
|
inputType: "select",
|
||||||
selectOptionAttribute: "label",
|
selectOptionAttribute: "label",
|
||||||
selectValueAttribute: 'key',
|
selectValueAttribute: 'key',
|
||||||
|
required: true,
|
||||||
selectManualOptions: [
|
selectManualOptions: [
|
||||||
{label: "19 %", key: 19},
|
{label: "19 %", key: 19},
|
||||||
{label: "7 %", key: 7},
|
{label: "7 %", key: 7},
|
||||||
@@ -1531,6 +1533,7 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
inputType: "select",
|
inputType: "select",
|
||||||
selectOptionAttribute: "label",
|
selectOptionAttribute: "label",
|
||||||
selectValueAttribute: 'key',
|
selectValueAttribute: 'key',
|
||||||
|
required: true,
|
||||||
selectManualOptions: [
|
selectManualOptions: [
|
||||||
{label: "19 %", key: 19},
|
{label: "19 %", key: 19},
|
||||||
{label: "7 %", key: 7},
|
{label: "7 %", key: 7},
|
||||||
|
|||||||
Reference in New Issue
Block a user