add less than and greater than amounts to credit and payment searches
[freeside.git] / httemplate / search / cust_pay.cgi
index 0664bf7..87da179 100755 (executable)
@@ -80,6 +80,8 @@
 %       my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
 %       push @search, "_date >= $beginning ",
 %                     "_date <= $ending";
+%
+%       push @search, FS::UI::Web::parse_lt_gt($cgi, 'paid' );
 %  
 %       $orderby = '_date';
 %