RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / process / tax_class.html
index 339c908..7b630ff 100644 (file)
@@ -10,8 +10,8 @@ die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
 
 my $tax_class = new FS::tax_class {
-  'taxclass' => $cgi->param('taxclass'),
-  'description' => $cgi->param('description'),
+  'taxclass'    => scalar($cgi->param('taxclass')),
+  'description' => scalar($cgi->param('description')),
 };
 
 #maybe this whole thing should be in a transaction.  at some point, no biggie