projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8adb02e
)
fix quick one-time charges, #37591, from #34598
author
Mark Wells
<mark@freeside.biz>
Fri, 7 Aug 2015 02:17:15 +0000
(19:17 -0700)
committer
Mark Wells
<mark@freeside.biz>
Fri, 7 Aug 2015 05:20:48 +0000
(22:20 -0700)
httemplate/edit/process/quick-charge.cgi
patch
|
blob
|
history
diff --git
a/httemplate/edit/process/quick-charge.cgi
b/httemplate/edit/process/quick-charge.cgi
index
23eead4
..
8ee1821
100644
(file)
--- 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', '');