summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>1998-11-15 02:53:00 +0000
committerivan <ivan>1998-11-15 02:53:00 +0000
commit1dad506b145956736a8f200ee35786b640b40e3f (patch)
treeeeec37f81f9479ee25ebded22ab439858b0db238 /bin
parent99296e2d2de4162acdd6d607fdbb2e8f6688930e (diff)
afterthought
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bill12
1 files 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<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