add condition on "Invoice is newer than last payment type change", RT#31185
authorIvan Kohler <ivan@freeside.biz>
Wed, 31 Dec 2014 03:24:42 +0000 (19:24 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 31 Dec 2014 03:24:42 +0000 (19:24 -0800)
FS/FS/part_event/Condition/cust_bill_age_before_payby.pm

index 273f508..96d9da8 100644 (file)
@@ -20,7 +20,7 @@ sub condition {
   #my $cust_main = $cust_bill->cust_main;
 
   my $change_date = 0;
-  my $newest = 4294967295; #2^32-1
+  my $newest = 2147483647; #2038 problem, because the field does
 
   #this is pretty expensive, it would be way more efficient to check for
   # changed payby in SQL