diff options
author | mark <mark> | 2010-06-11 21:17:48 +0000 |
---|---|---|
committer | mark <mark> | 2010-06-11 21:17:48 +0000 |
commit | 4e2b0b934d568e9b512bc45bf684bf5f23ae63b6 (patch) | |
tree | 1ce9d01a020c12019f3584fa663eb8f8e7b10efd /httemplate/search/elements/cust_main_dayranges.html | |
parent | 8a89d5b9f6731673c53cb3edbf20d76c2c1c8c25 (diff) |
RT#7266: continue fixing aging reports
Diffstat (limited to 'httemplate/search/elements/cust_main_dayranges.html')
-rw-r--r-- | httemplate/search/elements/cust_main_dayranges.html | 2 |
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 c53e68016..45d605e6e 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+)$/ ) { |