summaryrefslogtreecommitdiff
path: root/httemplate/search/elements
diff options
context:
space:
mode:
authormark <mark>2010-06-11 21:18:11 +0000
committermark <mark>2010-06-11 21:18:11 +0000
commit5e99c8bf1671bcfdf3597f8bbdaf49621141d237 (patch)
tree73e204aebb00bc384a9860c9e5c7be0e3ea811e1 /httemplate/search/elements
parent17399ceae6086eff5a248910d40f34d811377b26 (diff)
RT#7266: continue fixing aging reports
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r--httemplate/search/elements/cust_main_dayranges.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html
index 476f138e9..aa133883b 100644
--- a/httemplate/search/elements/cust_main_dayranges.html
+++ b/httemplate/search/elements/cust_main_dayranges.html
@@ -145,7 +145,7 @@ unless ( $cgi->param('all_customers') ) {
}
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+)$/ ) {