diff options
-rwxr-xr-x | FS/bin/freeside-bill | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/bin/freeside-bill b/FS/bin/freeside-bill index 8f2c32fb2..a251df4d5 100755 --- a/FS/bin/freeside-bill +++ b/FS/bin/freeside-bill @@ -45,7 +45,6 @@ foreach $cust_main ( # and bill them print "Billing customer #" . $cust_main->getfield('custnum') . "\n"; - next; my($error); @@ -110,7 +109,7 @@ customers. Otherwise, bills all customers. =head1 VERSION -$Id: freeside-bill,v 1.1 1999-08-11 20:41:27 ivan Exp $ +$Id: freeside-bill,v 1.2 1999-08-11 20:51:54 ivan Exp $ =head1 BUGS |