[freeside-commits] freeside/httemplate/search/elements cust_main_dayranges.html, 1.2.2.5, 1.2.2.6

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.2.2.5
retrieving revision 1.2.2.6
diff -u -w -d -r1.2.2.5 -r1.2.2.6
--- cust_main_dayranges.html	10 Apr 2010 04:21:28 -0000	1.2.2.5
+++ cust_main_dayranges.html	11 Jun 2010 21:18:11 -0000	1.2.2.6
@@ -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