From: Ivan Kohler Date: Wed, 28 Nov 2018 05:13:35 +0000 (-0800) Subject: menu link, RT#81809 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c3805fd13024b3103d75b6ab2b390e72309d0144 menu link, RT#81809 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 7d69596c3..18ab7189b 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -554,7 +554,7 @@ $tools_menu{'Business card scan'} = [ $fsurl.'edit/prospect_main-upload.html' ] if $curuser->access_right('New prospect'); $tools_menu{'Time Queue'} = [ $fsurl.'search/report_timeworked.html', 'View pending support time' ] if $curuser->access_right('Time queue'); -$tools_menu{'Attachments'} = [ $fsurl.'search/cust_attachment.html', 'View customer attachments' ] +$tools_menu{'Attachments'} = [ $fsurl.'search/report_cust_attachment.html', 'View customer attachments' ] if !$conf->config('disable_cust_attachment') and $curuser->access_right('View attachments') and $curuser->access_right('Browse attachments'); $tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ] if $curuser->access_right('Import');