From a5d246c0bca64e24b7fd933bed27fc0c99be8c36 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Feb 2008 22:45:28 +0000 Subject: [PATCH] doh. ivan is so in the doghouse for this one --- httemplate/misc/inventory_item-import.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ); -- 2.11.0