Skip to content

Commit e99a709

Browse files
author
Till Brehm
committed
Fixed: FS#3466 - Wrong validator regex for customer number template
1 parent 5332dc4 commit e99a709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/system_config.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
'datatype' => 'VARCHAR',
450450
'formtype' => 'TEXT',
451451
'validators' => array ( 0 => array ( 'type' => 'REGEX',
452-
'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
452+
'regex' => '/^[a-zA-Z0-9\-\_\[\]]{0,50}$/',
453453
'errmsg'=> 'customer_no_template_error_regex'),
454454
),
455455
'default' => '',

0 commit comments

Comments
 (0)