From 75a2e8dbba40070ced5503457696baf5d538b953 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 23 Jul 2010 00:11:51 +0000 Subject: 'View customers of all agents' doesn't mean create them, or upload inventory, RT#7010 --- httemplate/misc/inventory_item-import.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httemplate/misc') diff --git a/httemplate/misc/inventory_item-import.html b/httemplate/misc/inventory_item-import.html index 990c14ffc..d264bafc5 100644 --- a/httemplate/misc/inventory_item-import.html +++ b/httemplate/misc/inventory_item-import.html @@ -24,7 +24,10 @@ Import a file containing <% PL($inventory_class->classname) %>, one per line. %# - <% include('/elements/tr-select-agent.html') %> + <% include('/elements/tr-select-agent.html', + 'viewall_right' => 'None', + ) + %> <% include( '/elements/file-upload.html', 'field' => 'file', -- cgit v1.2.1