[freeside-commits] freeside/FS/FS/UI Web.pm,1.24,1.25
Ivan,,,
ivan at wavetail.420.am
Sat Feb 10 23:04:35 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/UI
In directory wavetail:/tmp/cvs-serv11978
Modified Files:
Web.pm
Log Message:
fix bug with customer info not showing up if "cust-fields" config value has been set
Index: Web.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UI/Web.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Web.pm 3 Feb 2007 11:36:30 -0000 1.24
+++ Web.pm 11 Feb 2007 07:04:33 -0000 1.25
@@ -251,7 +251,7 @@
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"
More information about the freeside-commits
mailing list