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/cust_tax_exempt.cgi | |
parent | 2c5aa117162ef4dfce93da42ea3391dcdece4bb9 (diff) |
multiple payment options (new complimentary flag), RT#23741
Diffstat (limited to 'httemplate/search/cust_tax_exempt.cgi')
-rw-r--r-- | httemplate/search/cust_tax_exempt.cgi | 1 |
1 files changed, 0 insertions, 1 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+)$/ ) { |