diff options
Diffstat (limited to 'httemplate/search/cust_pay.cgi')
| -rwxr-xr-x | httemplate/search/cust_pay.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/cust_pay.cgi b/httemplate/search/cust_pay.cgi index 0664bf796..87da1791b 100755 --- a/httemplate/search/cust_pay.cgi +++ b/httemplate/search/cust_pay.cgi @@ -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'; % |
