[freeside-commits] freeside/FS/FS/part_event/Condition cust_bill_past_due.pm, 1.1, 1.2

Mark Wells mark at wavetail.420.am
Fri Sep 17 21:28:47 PDT 2010


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

Modified Files:
	cust_bill_past_due.pm 
Log Message:
invoice past due event, RT#9931

Index: cust_bill_past_due.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/cust_bill_past_due.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- cust_bill_past_due.pm	18 Sep 2010 04:25:37 -0000	1.1
+++ cust_bill_past_due.pm	18 Sep 2010 04:28:45 -0000	1.2
@@ -29,7 +29,7 @@
 }
 
 sub condition_sql {
-  return '' if $FS::UID::driver_name ne 'Pg';
+  return 'true' if $FS::UID::driver_name ne 'Pg';
   my( $class, $table, %opt ) = @_;
   my ($sec,$min,$hour,$mday,$mon,$year) = (localtime($opt{'time'}))[0..5];
   my $start_of_today = timelocal(0,0,0,$mday,$mon,$year)+1;



More information about the freeside-commits mailing list