From: ivan Date: Sun, 11 Feb 2007 07:04:33 +0000 (+0000) Subject: fix bug with customer info not showing up if "cust-fields" config value has been set X-Git-Tag: TRIXBOX_2_6~653 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=64fa2b7f28dca7283b03bcdb25857ed9a9e1094a fix bug with customer info not showing up if "cust-fields" config value has been set --- 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"