summaryrefslogtreecommitdiff
path: root/httemplate/search/unapplied_cust_pay.html
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/unapplied_cust_pay.html
parent17399ceae6086eff5a248910d40f34d811377b26 (diff)
RT#7266: continue fixing aging reports
Diffstat (limited to 'httemplate/search/unapplied_cust_pay.html')
-rwxr-xr-xhttemplate/search/unapplied_cust_pay.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/unapplied_cust_pay.html b/httemplate/search/unapplied_cust_pay.html
index 73361c00b..161c6509e 100755
--- a/httemplate/search/unapplied_cust_pay.html
+++ b/httemplate/search/unapplied_cust_pay.html
@@ -23,7 +23,8 @@ sub unapplied_payments {
"( $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 . ')' );
}