From: ivan Date: Wed, 20 Feb 2008 22:45:28 +0000 (+0000) Subject: doh. ivan is so in the doghouse for this one X-Git-Tag: TRIXBOX_2_6~51 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a5d246c0bca64e24b7fd933bed27fc0c99be8c36;hp=4883350ca50dba7a76ffc74b59c9d948ecc90c2f doh. ivan is so in the doghouse for this one --- diff --git a/httemplate/misc/inventory_item-import.html b/httemplate/misc/inventory_item-import.html index 423d0d672..f3636c0e7 100644 --- a/httemplate/misc/inventory_item-import.html +++ b/httemplate/misc/inventory_item-import.html @@ -16,7 +16,7 @@ Filename:

die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); -$cgi->param =~ /^(\d+)$/ or errorpage("illegal classnum $classnum"); +$cgi->param =~ /^(\d+)$/ or errorpage("illegal classnum"); my $classnum = $1; my $inventory_class = qsearchs('inventory_class', { 'classnum' => $classnum } );