[freeside-commits] freeside/FS/FS/cust_main Billing.pm,1.36,1.37

Mark Wells mark at wavetail.420.am
Tue Jul 12 00:54:24 PDT 2011


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

Modified Files:
	Billing.pm 
Log Message:
credit card expiration event, #13202

Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -w -d -r1.36 -r1.37
--- Billing.pm	6 Jul 2011 04:15:36 -0000	1.36
+++ Billing.pm	12 Jul 2011 07:54:22 -0000	1.37
@@ -1663,7 +1663,7 @@
         if $DEBUG > 1;
 
       #if ( my $error = $cust_event->do_event(%options) ) { #XXX %options?
-      if ( my $error = $cust_event->do_event() ) {
+      if ( my $error = $cust_event->do_event( 'time' => $time ) ) {
         #XXX wtf is this?  figure out a proper dealio with return value
         #from do_event
         return $error;



More information about the freeside-commits mailing list