fix bug with customer info not showing up if "cust-fields" config value has been set
authorivan <ivan>
Sun, 11 Feb 2007 07:04:33 +0000 (07:04 +0000)
committerivan <ivan>
Sun, 11 Feb 2007 07:04:33 +0000 (07:04 +0000)
FS/FS/UI/Web.pm

index c815816..18afc3d 100644 (file)
@@ -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"