summaryrefslogtreecommitdiff
path: root/contrib/redux.de.json
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redux.de.json')
-rw-r--r--contrib/redux.de.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/redux.de.json b/contrib/redux.de.json
index 862a463..21bbaaf 100644
--- a/contrib/redux.de.json
+++ b/contrib/redux.de.json
@@ -25,19 +25,6 @@
},
{
"type": "string",
- "name": "tax_number",
- "label": "Taxpayer identification number",
- "label_i18n":{
- "de_DE": "Steuerliche Identifikationsnummer",
- "en": "German taxpayer identification number"
- },
- "widget": "anastasis_gtk_ia_tax_de",
- "uuid": "dae48f85-e3ff-47a4-a4a3-ed981ed8c3c6",
- "validation-regex": "^[0-9]{11}$",
- "validation-logic": "DE_TIN_check"
- },
- {
- "type": "string",
"name": "social_security_number",
"label": "Social security number",
"label_i18n":{
@@ -49,6 +36,19 @@
"validation-regex": "^[0-9]{8}[[:upper:]][0-9]{3}$",
"validation-logic": "DE_SVN_check",
"optional" : true
+ },
+ {
+ "type": "string",
+ "name": "tax_number",
+ "label": "Taxpayer identification number",
+ "label_i18n":{
+ "de_DE": "Steuerliche Identifikationsnummer",
+ "en": "German taxpayer identification number"
+ },
+ "widget": "anastasis_gtk_ia_tin_de",
+ "uuid": "dae48f85-e3ff-47a4-a4a3-ed981ed8c3c6",
+ "validation-regex": "^[0-9]{11}$",
+ "validation-logic": "DE_TIN_check"
}
]
}