X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Funapplied_cust_pay.html;h=161c6509eb29076844038587900f293fbf77297b;hb=4e2b0b934d568e9b512bc45bf684bf5f23ae63b6;hp=73361c00b15000d9be6072ecdfe14e96e642c242;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git 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 . ')' ); }