fix receivables report: credits/etc. should be limited by date like before, closes...
[freeside.git] / httemplate / search / report_receivables.cgi
index 3e50006..b2fbb4d 100755 (executable)
@@ -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 ).