diff options
Diffstat (limited to 'contrib/redux.de.json')
-rw-r--r-- | contrib/redux.de.json | 26 |
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 @@ | |||
25 | }, | 25 | }, |
26 | { | 26 | { |
27 | "type": "string", | 27 | "type": "string", |
28 | "name": "tax_number", | ||
29 | "label": "Taxpayer identification number", | ||
30 | "label_i18n":{ | ||
31 | "de_DE": "Steuerliche Identifikationsnummer", | ||
32 | "en": "German taxpayer identification number" | ||
33 | }, | ||
34 | "widget": "anastasis_gtk_ia_tax_de", | ||
35 | "uuid": "dae48f85-e3ff-47a4-a4a3-ed981ed8c3c6", | ||
36 | "validation-regex": "^[0-9]{11}$", | ||
37 | "validation-logic": "DE_TIN_check" | ||
38 | }, | ||
39 | { | ||
40 | "type": "string", | ||
41 | "name": "social_security_number", | 28 | "name": "social_security_number", |
42 | "label": "Social security number", | 29 | "label": "Social security number", |
43 | "label_i18n":{ | 30 | "label_i18n":{ |
@@ -49,6 +36,19 @@ | |||
49 | "validation-regex": "^[0-9]{8}[[:upper:]][0-9]{3}$", | 36 | "validation-regex": "^[0-9]{8}[[:upper:]][0-9]{3}$", |
50 | "validation-logic": "DE_SVN_check", | 37 | "validation-logic": "DE_SVN_check", |
51 | "optional" : true | 38 | "optional" : true |
39 | }, | ||
40 | { | ||
41 | "type": "string", | ||
42 | "name": "tax_number", | ||
43 | "label": "Taxpayer identification number", | ||
44 | "label_i18n":{ | ||
45 | "de_DE": "Steuerliche Identifikationsnummer", | ||
46 | "en": "German taxpayer identification number" | ||
47 | }, | ||
48 | "widget": "anastasis_gtk_ia_tin_de", | ||
49 | "uuid": "dae48f85-e3ff-47a4-a4a3-ed981ed8c3c6", | ||
50 | "validation-regex": "^[0-9]{11}$", | ||
51 | "validation-logic": "DE_TIN_check" | ||
52 | } | 52 | } |
53 | ] | 53 | ] |
54 | } | 54 | } |