X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fcust_bill_age_before_payby.pm;h=96d9da8d8f347dba97495f0fe680b20edb8f6b9d;hp=273f508d95d1df9d7d2994556507204d364096aa;hb=408d2d8d90fa1f2674902ffdec7844b1d18bbf50;hpb=826a9f88f7cab5e7af2db6f8a6ec48395e69aea8 diff --git a/FS/FS/part_event/Condition/cust_bill_age_before_payby.pm b/FS/FS/part_event/Condition/cust_bill_age_before_payby.pm index 273f508d9..96d9da8d8 100644 --- a/FS/FS/part_event/Condition/cust_bill_age_before_payby.pm +++ b/FS/FS/part_event/Condition/cust_bill_age_before_payby.pm @@ -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