diff options
author | ivan <ivan> | 1998-11-15 02:53:00 +0000 |
---|---|---|
committer | ivan <ivan> | 1998-11-15 02:53:00 +0000 |
commit | 1dad506b145956736a8f200ee35786b640b40e3f (patch) | |
tree | eeec37f81f9479ee25ebded22ab439858b0db238 /bin | |
parent | 99296e2d2de4162acdd6d607fdbb2e8f6688930e (diff) |
afterthought
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bill | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |