X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Ftax_class.html;h=7b630ff52e4d77400a49bb51e447c88852798040;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hp=339c9083ee3196fb31f4d83d9738d0903081e5e9;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git 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