From 64fa2b7f28dca7283b03bcdb25857ed9a9e1094a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 11 Feb 2007 07:04:33 +0000 Subject: [PATCH] fix bug with customer info not showing up if "cust-fields" config value has been set --- FS/FS/UI/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index c81581665..18afc3d48 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -251,7 +251,7 @@ sub cust_header { my $conf = new FS::Conf; if ( $conf->exists('cust-fields') - && $conf->config('cust-fields') =~ /^([\w \|\#\(\)]+):?/ + && $conf->config('cust-fields') =~ /^([\w\. \|\#\(\)]+):?/ ) { warn " found cust-fields configuration value" -- 2.11.0