summaryrefslogtreecommitdiff
path: root/httemplate/misc/inventory_item-import.html
diff options
context:
space:
mode:
authorivan <ivan>2008-02-20 22:45:28 +0000
committerivan <ivan>2008-02-20 22:45:28 +0000
commita5d246c0bca64e24b7fd933bed27fc0c99be8c36 (patch)
treeadc43c0a4b8b4b7efc0c310730c2d9f696430ff0 /httemplate/misc/inventory_item-import.html
parent4883350ca50dba7a76ffc74b59c9d948ecc90c2f (diff)
doh. ivan is so in the doghouse for this one
Diffstat (limited to 'httemplate/misc/inventory_item-import.html')
-rw-r--r--httemplate/misc/inventory_item-import.html2
1 files changed, 1 insertions, 1 deletions
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: <INPUT TYPE="file" NAME="filename"><BR><BR>
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 } );