fix tax class selection in package add/edit too
[freeside.git] / httemplate / edit / process / quick-charge.cgi
index 9d9aa98..928e3da 100644 (file)
@@ -13,7 +13,7 @@ my( $error, $cust_main);
 if ( $cgi->param('taxclass') eq '(select)' ) {
 
 
- $error = "Must select a tax class";
+ $error = 'Must select a tax class';
 } else {
 
   my $cust_main = qsearchs('cust_main', { 'custnum' => $custnum } )