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/unapplied_cust_pay.html | |
| parent | 8a89d5b9f6731673c53cb3edbf20d76c2c1c8c25 (diff) | |
RT#7266: continue fixing aging reports
Diffstat (limited to 'httemplate/search/unapplied_cust_pay.html')
| -rwxr-xr-x | httemplate/search/unapplied_cust_pay.html | 3 |
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 . ')' ); } |
