fix -v
authorivan <ivan>
Fri, 5 Mar 2004 05:59:16 +0000 (05:59 +0000)
committerivan <ivan>
Fri, 5 Mar 2004 05:59:16 +0000 (05:59 +0000)
FS/bin/freeside-daily

index 5fb9666..00de298 100755 (executable)
@@ -16,7 +16,7 @@ my $user = shift or die &usage;
 
 adminsuidsetup $user;
 
-$FS::cust_main::Debug = 1 if $opt_v;
+$FS::cust_main::DEBUG = 1 if $opt_v;
 
 my %search;
 $search{'payby'} = $opt_p if $opt_p;