fix cust_main-packages-years, RT#6798
[freeside.git] / httemplate / view / cust_main / payment_history.html
index 8208400..56a2c4d 100644 (file)
 %my %target = ();
 %
 %my $years =  $conf->config('payment_history-years') || 2;
-%my $older_than = time - $years * 31556736; #60*60*24*365.24
+%my $older_than = time - $years * 31556926; #60*60*24*365.2422
 %my $hidden = 0;
 %my $seen = 0;
 %my $old_history = 0;