clean up some leftover bits from cust-fields work
authorivan <ivan>
Thu, 14 Jul 2005 11:46:25 +0000 (11:46 +0000)
committerivan <ivan>
Thu, 14 Jul 2005 11:46:25 +0000 (11:46 +0000)
FS/FS/UI/Web.pm
FS/FS/svc_Common.pm

index 716fd86..031a0e6 100644 (file)
@@ -1,5 +1,6 @@
 package FS::UI::Web;
 
+use vars qw($DEBUG);
 use FS::Conf;
 use FS::Record qw(dbdef);
 
@@ -76,7 +77,7 @@ sub cust_header {
     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;
index 205c330..103ba63 100644 (file)
@@ -11,8 +11,7 @@ use FS::cust_main;
 
 @ISA = qw( FS::cust_main_Mixin FS::Record );
 
-#$DEBUG = 0;
-$DEBUG = 1;
+$DEBUG = 0;
 
 =head1 NAME