Peppol: Fix ID validator for Belgium (Z#23214624)

This commit is contained in:
Raphael Michel
2026-01-16 21:37:25 +01:00
parent de9045afcf
commit cdea82d206

View File

@@ -64,7 +64,7 @@ class PeppolIdValidator:
"0020": "[0-9]{9}",
"0201": "[0-9a-zA-Z]{6}",
"0204": "[0-9]{2,12}(-[0-9A-Z]{0,30})?-[0-9]{2}",
"0208": "0[0-9]{9}",
"0208": "[01][0-9]{9}",
"0209": ".*",
"0210": "[A-Z0-9]+",
"0211": "IT[0-9]{11}",