gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: require dots in AHV (for #7086)


From: gnunet
Subject: [taler-anastasis] branch master updated: require dots in AHV (for #7086)
Date: Tue, 28 Dec 2021 11:41:47 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 93913bd  require dots in AHV (for #7086)
93913bd is described below

commit 93913bdcb42f6b74216167b74e00eaf5f1b9dcfc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 28 11:41:42 2021 +0100

    require dots in AHV (for #7086)
---
 contrib/redux.ch.json |  2 +-
 contrib/redux.de.json | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/contrib/redux.ch.json b/contrib/redux.ch.json
index 48e8e7a..b36f767 100644
--- a/contrib/redux.ch.json
+++ b/contrib/redux.ch.json
@@ -33,7 +33,7 @@
            },
            "widget": "anastasis_gtk_ia_ahv",
             "uuid" : "1da87570-ba16-4f62-8a7e-cbda92f51591",
-           "validation-regex": 
"^(756).[0-9]{4}.[0-9]{4}.[0-9]{2}|(756)[0-9]{10}$",
+           "validation-regex": 
"^(756)\\.[0-9]{4}\\.[0-9]{4}\\.[0-9]{2}|(756)[0-9]{10}$",
            "validation-logic": "CH_AHV_check"
        }
     ]
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
@@ -23,19 +23,6 @@
            "widget": "anastasis_gtk_ia_birthplace",
             "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
        },
-       {
-           "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",
@@ -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"
        }
     ]
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]