afterthought
authorivan <ivan>
Sun, 15 Nov 1998 02:53:00 +0000 (02:53 +0000)
committerivan <ivan>
Sun, 15 Nov 1998 02:53:00 +0000 (02:53 +0000)
bin/bill

index b74f26a..9553af9 100755 (executable)
--- a/bin/bill
+++ b/bin/bill
@@ -30,7 +30,9 @@ foreach $cust_main (
     } else {
       ();
     }
-  } qsearch('cust_pkg',{'cancel'=>''})
+  } ( qsearch('cust_pkg', { 'cancel' => '' }),
+      qsearch('cust_pkg', { 'cancel' => 0  }),
+    )
 ) {
 
   # and bill them
@@ -92,6 +94,10 @@ the bill and collect methods of a cust_main object.  See L<FS::cust_main>.
 
 user: From the mapsecrets file - see config.html from the base documentation
 
+=head1 VERSION
+
+$Id: bill,v 1.6 1998-11-15 02:53:00 ivan Exp $
+
 =head1 BUGS
 
 =head1 SEE ALSO
@@ -159,8 +165,8 @@ exporting stuff (which still needs to be generalized) and removed &idiot
 ivan@sisd.com 98-may-27
 
 $Log: bill,v $
-Revision 1.5  1998-11-15 02:51:21  ivan
-adminsuidsetup needs user, pod, cleanup
+Revision 1.6  1998-11-15 02:53:00  ivan
+afterthought
 
 Revision 1.4  1998/11/07 08:21:26  ivan
 missing use