[freeside-commits] freeside/httemplate/search unapplied_cust_pay.html, 1.3, 1.4

Mark Wells mark at wavetail.420.am
Fri Jun 11 14:17:50 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv32641/httemplate/search

Modified Files:
	unapplied_cust_pay.html 
Log Message:
RT#7266: continue fixing aging reports

Index: unapplied_cust_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/unapplied_cust_pay.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- unapplied_cust_pay.html	31 Mar 2010 07:41:29 -0000	1.3
+++ unapplied_cust_pay.html	11 Jun 2010 21:17:48 -0000	1.4
@@ -23,7 +23,8 @@
            "( $str2time now() $closing - ".($end   + $offset) * 86400 . ' )'
            : '';
 
-  FS::cust_main->unapplied_payments_date_sql( $start, $end );
+  FS::cust_main->unapplied_payments_date_sql( $start, $end, 
+          'cutoff' => "( $str2time now() $closing - ".$offset * 86400 . ')'  );
 
 }
 



More information about the freeside-commits mailing list