From 91ffcc0ecc1e1da51fa4b99a342691caa85a5992 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 22 Sep 2011 22:09:49 +0000 Subject: random cleanups --- httemplate/edit/process/tax_class.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/process/tax_class.html') diff --git a/httemplate/edit/process/tax_class.html b/httemplate/edit/process/tax_class.html index 339c9083e..7b630ff52 100644 --- a/httemplate/edit/process/tax_class.html +++ b/httemplate/edit/process/tax_class.html @@ -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 -- cgit v1.2.1