This commit was manufactured by cvs2svn to create tag 'freeside_2_1_0'.
[freeside.git] / httemplate / search / unapplied_cust_pay.html
index 161c650..73361c0 100755 (executable)
@@ -23,8 +23,7 @@ sub unapplied_payments {
            "( $str2time now() $closing - ".($end   + $offset) * 86400 . ' )'
            : '';
 
-  FS::cust_main->unapplied_payments_date_sql( $start, $end, 
-          'cutoff' => "( $str2time now() $closing - ".$offset * 86400 . ')'  );
+  FS::cust_main->unapplied_payments_date_sql( $start, $end );
 
 }