From 4d763e7c7d4c5f2dc9238f9f955a2211056d578c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 26 Aug 2017 16:39:18 -0700 Subject: add 54-g agent_custid format, RT#77110 --- FS/FS/Conf.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/Conf.pm') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b5b5ec8..f137cd4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4330,6 +4330,7 @@ and customer address. Include units.', '' => 'Numeric only', '\d{7}' => 'Numeric only, exactly 7 digits', 'ww?d+' => 'Numeric with one or two letter prefix', + 'd+-w' => 'Numeric with a dash and one letter suffix', ], }, -- cgit v1.1