2
0

(billing) Add HU VAT option

This commit is contained in:
Baptiste Arnaud
2023-03-29 16:33:06 +02:00
parent 3ef4efab4e
commit 70416c0d14
3 changed files with 44 additions and 20 deletions

View File

@@ -826,6 +826,9 @@
"additionalInformation": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
},
@@ -1146,9 +1149,13 @@
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set"
"Is set",
"Is empty",
"Starts with",
"Ends with"
]
},
"value": {
@@ -1584,9 +1591,13 @@
"Equal to",
"Not equal",
"Contains",
"Does not contain",
"Greater than",
"Less than",
"Is set"
"Is set",
"Is empty",
"Starts with",
"Ends with"
]
},
"value": {
@@ -3521,6 +3532,9 @@
"additionalInformation": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"name": {
"type": "string"
},