summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-06 19:17:15 -0700
committerMark Wells <mark@freeside.biz>2015-08-06 22:20:48 -0700
commit5d9e9f9a6fb8c4bc1db111e5b8a295b8f3ff6a08 (patch)
tree19eda03abe362775a7fea37c8b4aeffa2b2c8365
parent8adb02e89430ddfe7308ed646baccc1407be7de9 (diff)
fix quick one-time charges, #37591, from #34598
-rw-r--r--httemplate/edit/process/quick-charge.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi
index 23eead451..8ee182141 100644
--- a/httemplate/edit/process/quick-charge.cgi
+++ b/httemplate/edit/process/quick-charge.cgi
@@ -122,7 +122,7 @@ if ( $param->{'pkgnum'} =~ /^(\d+)$/ ) { #modifying an existing one-time charge
if ( $param->{'taxclass'} eq '(select)' ) {
$error .= "Must select a tax class. "
- unless ($conf->config('tax_data_vendor'))
+ unless ($conf->config('tax_data_vendor') &&
( $override || $param->{taxproductnum} )
);
$cgi->param('taxclass', '');