summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2010-07-23 00:11:51 +0000
committerivan <ivan>2010-07-23 00:11:51 +0000
commit75a2e8dbba40070ced5503457696baf5d538b953 (patch)
tree563215b9d65d2b9e60da25bc7100470899281f10 /httemplate/misc
parent8c2973184d9e8e357f433b7380c7884454cc0293 (diff)
'View customers of all agents' doesn't mean create them, or upload inventory, RT#7010
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/inventory_item-import.html5
1 files changed, 4 insertions, 1 deletions
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.
%# <INPUT TYPE="hidden" NAME="itembatch" VALUE="<% $itembatch %>">
- <% include('/elements/tr-select-agent.html') %>
+ <% include('/elements/tr-select-agent.html',
+ 'viewall_right' => 'None',
+ )
+ %>
<% include( '/elements/file-upload.html',
'field' => 'file',