diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 23:35:12 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-15 23:35:12 -0800 |
commit | 0870a4c1fb02be43ea5524f58650d99c81477681 (patch) | |
tree | 9f8050ba4a9bcb76f5c094bf65770c004a4c32df /httemplate/search | |
parent | 2c5aa117162ef4dfce93da42ea3391dcdece4bb9 (diff) |
multiple payment options (new complimentary flag), RT#23741
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/cust_tax_exempt.cgi | 1 | ||||
-rw-r--r-- | httemplate/search/cust_tax_exempt_pkg.cgi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/search/cust_tax_exempt.cgi b/httemplate/search/cust_tax_exempt.cgi index 005d77c33..91b2001dc 100644 --- a/httemplate/search/cust_tax_exempt.cgi +++ b/httemplate/search/cust_tax_exempt.cgi @@ -61,7 +61,6 @@ my @where = (); #if ( $beginning || $ending ) { # push @where, "_date >= $beginning", # "_date <= $ending"; -# #"payby != 'COMP'; #} if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) { diff --git a/httemplate/search/cust_tax_exempt_pkg.cgi b/httemplate/search/cust_tax_exempt_pkg.cgi index ba3f2758c..7b4a6d0cd 100644 --- a/httemplate/search/cust_tax_exempt_pkg.cgi +++ b/httemplate/search/cust_tax_exempt_pkg.cgi @@ -107,7 +107,6 @@ my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi); if ( $beginning || $ending ) { push @where, "_date >= $beginning", "_date <= $ending"; - #"payby != 'COMP'; } if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) { |