From 1dad506b145956736a8f200ee35786b640b40e3f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 15 Nov 1998 02:53:00 +0000 Subject: [PATCH] afterthought --- bin/bill | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/bill b/bin/bill index b74f26abd..9553af966 100755 --- 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. 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 -- 2.11.0