[freeside-commits] freeside/httemplate/search/elements cust_main_dayranges.html, 1.8, 1.9

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


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

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

Index: cust_main_dayranges.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/cust_main_dayranges.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- cust_main_dayranges.html	20 May 2010 08:48:51 -0000	1.8
+++ cust_main_dayranges.html	11 Jun 2010 21:17:48 -0000	1.9
@@ -145,7 +145,7 @@
   }
 
   push @where,
-    call_range_sub($range_sub, $days + $offset, 0, 'no_as'=>1). ' > 0'; # != 0';
+    call_range_sub($range_sub, $days, 0, 'offset' => $offset, 'no_as'=>1). ' > 0'; # != 0';
 }
 
 if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {



More information about the freeside-commits mailing list