[freeside-commits] freeside/FS/FS/UI Web.pm,1.7,1.8

Ivan,,, ivan at wavetail.420.am
Thu Jul 14 04:46:27 PDT 2005


Update of /home/cvs/cvsroot/freeside/FS/FS/UI
In directory wavetail:/tmp/cvs-serv9149/FS/FS/UI

Modified Files:
	Web.pm 
Log Message:
clean up some leftover bits from cust-fields work

Index: Web.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UI/Web.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Web.pm	14 Jul 2005 10:52:46 -0000	1.7
+++ Web.pm	14 Jul 2005 11:46:25 -0000	1.8
@@ -1,5 +1,6 @@
 package FS::UI::Web;
 
+use vars qw($DEBUG);
 use FS::Conf;
 use FS::Record qw(dbdef);
 
@@ -76,7 +77,7 @@
     warn "  no cust-fields configuration value found; using default 'Customer'"
       if $DEBUG;
     @cust_header = ( 'Customer' );
-    @cust_fields = ( 'cust_name' );
+    @cust_fields = ( 'name' );
   }
 
   #my $svc_x = shift;



More information about the freeside-commits mailing list