From cdea82d206020b64f109aa9456b3b1cce0f4eb4e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 16 Jan 2026 21:37:25 +0100 Subject: [PATCH] Peppol: Fix ID validator for Belgium (Z#23214624) --- src/pretix/base/invoicing/peppol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/invoicing/peppol.py b/src/pretix/base/invoicing/peppol.py index a4d43c50d..ef5d0ecf6 100644 --- a/src/pretix/base/invoicing/peppol.py +++ b/src/pretix/base/invoicing/peppol.py @@ -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}",