fix bug with customer info not showing up if "cust-fields" config value has been set
[freeside.git] / 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"