From: ivan Date: Thu, 31 Jul 2008 20:18:24 +0000 (+0000) Subject: fix receivables report: credits/etc. should be limited by date like before, closes... X-Git-Tag: freeside_1_7_4rc1~228 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a537c45ffae0431f6c9cdc4e8d2ca376b2685d97;p=freeside.git fix receivables report: credits/etc. should be limited by date like before, closes: Bug#3801 --- diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 3e500065a..b2fbb4d3c 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -174,7 +174,7 @@ sub balance { $start = $start ? "( $str2time now() $closing - ".($start * 86400). ' )' : ''; $end = $end ? "( $str2time now() $closing - ".($end * 86400). ' )' : ''; - #$opt{'unapplied_date'} = 1; + $opt{'unapplied_date'} = 1; ( $opt{sum} ? 'SUM( ' : '' ). FS::cust_main->balance_date_sql( $start, $end, %opt ).