[freeside-commits] freeside/FS/FS Conf.pm,1.447,1.448

Erik Levinson levinse at wavetail.420.am
Tue May 3 16:26:10 PDT 2011


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

Modified Files:
	Conf.pm 
Log Message:
configurable ignore time portion of billing timestamp when billing

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.447
retrieving revision 1.448
diff -u -w -d -r1.447 -r1.448
--- Conf.pm	29 Apr 2011 15:07:43 -0000	1.447
+++ Conf.pm	3 May 2011 23:26:07 -0000	1.448
@@ -752,6 +752,13 @@
   },
 
   {
+    'key'         => 'next-bill-ignore-time',
+    'section'     => 'billing',
+    'description' => 'Ignore the time portion of next bill dates when billing, matching anything from 00:00:00 to 23:59:59 on the billing day.',
+    'type'        => 'checkbox',
+  },
+  
+  {
     'key'         => 'business-onlinepayment',
     'section'     => 'billing',
     'description' => '<a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a> support, at least three lines: processor, login, and password.  An optional fourth line specifies the action or actions (multiple actions are separated with `,\': for example: `Authorization Only, Post Authorization\').    Optional additional lines are passed to Business::OnlinePayment as %processor_options.',



More information about the freeside-commits mailing list