[freeside-commits] freeside/FS/FS/Cron bill.pm,1.33.4.2,1.33.4.3

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.33.4.2
retrieving revision 1.33.4.3
diff -u -w -d -r1.33.4.2 -r1.33.4.3
--- bill.pm	26 Dec 2011 21:18:25 -0000	1.33.4.2
+++ bill.pm	28 Jan 2012 23:20:32 -0000	1.33.4.3
@@ -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>)
@@ -202,6 +202,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