This commit is contained in:
Andreas Schröpfer
2021-03-01 20:50:02 +01:00
parent 7270660f2c
commit cef519e3b6
3 changed files with 51 additions and 9 deletions

View File

@@ -119,12 +119,14 @@
"col": "B",
"field": "IndustryCode",
"type": "string",
"split": " ",
"default": "Please choose"
},
{
"col": "D",
"field": "CountryCode",
"type": "string",
"split": " ",
"default": "Please choose"
},
{
@@ -145,6 +147,7 @@
"col": "B",
"field": "CountryCode",
"type": "string",
"split": " ",
"default": "Please choose"
},
{
@@ -165,7 +168,8 @@
"col": "B",
"field": "IndustryCode",
"type": "string",
"default": "Please choose"
"split": " ",
"default": "Please choose"
},
{
"col": "C",