[freeside-commits] freeside/httemplate/search unapplied_cust_pay.html, 1.2.2.1, 1.2.2.2

Mark Wells mark at wavetail.420.am
Fri Jun 11 14:18:13 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.2.2.1
retrieving revision 1.2.2.2
diff -u -w -d -r1.2.2.1 -r1.2.2.2
--- unapplied_cust_pay.html	31 Mar 2010 07:41:42 -0000	1.2.2.1
+++ unapplied_cust_pay.html	11 Jun 2010 21:18:11 -0000	1.2.2.2
@@ -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