summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-15 23:35:12 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-15 23:35:12 -0800
commit0870a4c1fb02be43ea5524f58650d99c81477681 (patch)
tree9f8050ba4a9bcb76f5c094bf65770c004a4c32df /httemplate/search
parent2c5aa117162ef4dfce93da42ea3391dcdece4bb9 (diff)
multiple payment options (new complimentary flag), RT#23741
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/cust_tax_exempt.cgi1
-rw-r--r--httemplate/search/cust_tax_exempt_pkg.cgi1
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+)$/ ) {