fix quick one-time charges, #37591, from #34598
[freeside.git] / httemplate / edit / process / quick-charge.cgi
index 23eead4..8ee1821 100644 (file)
@@ -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', '');