diff options
author | mark <mark> | 2009-11-17 00:06:25 +0000 |
---|---|---|
committer | mark <mark> | 2009-11-17 00:06:25 +0000 |
commit | e5e706ef5cebf3db8754801a9bedf90e9a796ef9 (patch) | |
tree | c6245285f11fd1ac275eac5a1eca726acdceb5bc /httemplate/elements | |
parent | d99758f77f8d2f839934498af839109596e216b8 (diff) |
cust_attachment improvement, RT#4964 and #6225
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index cd546618b..5329350dc 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -321,6 +321,8 @@ $tools_menu{'Ticketing'} = [ \%tools_ticketing, 'Ticketing tools' ] if $conf->config('ticket_system'); $tools_menu{'Time Queue'} = [ $fsurl.'search/timeworked.html', 'View pending support time' ] if $curuser->access_right('Time queue'); +$tools_menu{'Attachments'} = [ $fsurl.'browse/cust_attachment.html', 'View customer attachments' ] + if !$conf->config('disable_cust_attachment'); $tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ] if $curuser->access_right('Import'); $tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ] |