[freeside-commits] freeside/FS/FS/Cron bill.pm,1.36,1.37

Mark Wells mark at wavetail.420.am
Sat Jan 28 15:20:12 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv27110/FS/FS/Cron

Modified Files:
	bill.pm 
Log Message:
future package unsuspend date, #14144

Index: bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/bill.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -w -d -r1.36 -r1.37
--- bill.pm	26 Dec 2011 21:18:24 -0000	1.36
+++ bill.pm	28 Jan 2012 23:20:10 -0000	1.37
@@ -146,7 +146,7 @@
 #      (or now, if no -d switch was given).
 #
 #  -n: When used with "-d" and/or "-y", specifies that invoices should be dated
-#      with today's date, irregardless of the pretend date used to pre-generate
+#      with today's date, regardless of the pretend date used to pre-generate
 #      the invoices.
 #
 #  -p: Only process customers with the specified payby (I<CARD>, I<DCRD>, I<CHEK>, I<DCHK>, I<BILL>, I<COMP>, I<LECB>)
@@ -211,6 +211,7 @@
                 OR bill  IS NULL OR bill  <= $billtime 
                 OR ( expire  IS NOT NULL AND expire  <= $^T )
                 OR ( adjourn IS NOT NULL AND adjourn <= $^T )
+                OR ( resume  IS NOT NULL AND resume  <= $^T )
               )
     )
 END



More information about the freeside-commits mailing list