From: Mark Wells Date: Fri, 7 Aug 2015 02:17:15 +0000 (-0700) Subject: fix quick one-time charges, #37591, from #34598 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a2c11a9d32cdeb406f08e0a5df3ff1f70e56e9c7 fix quick one-time charges, #37591, from #34598 --- 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', '');