From: Ivan Kohler Date: Wed, 28 Nov 2018 05:13:00 +0000 (-0800) Subject: menu link, RT#81809 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a8d62307b05d924d3304fd7cf18177e2fc1c91f7 menu link, RT#81809 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index ed9d59d4e..717d9704d 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -501,7 +501,7 @@ $report_menu{'SQL Query'} = [ $fsurl.'search/report_sql.html', 'SQL Query'] tie my %tools_customers, 'Tie::IxHash', (); $tools_customers{'Appointments'} = [ $fsurl.'rt/Search/Schedule.html?LengthMin=0', 'View appointment schedule' ] if $curuser->access_right('View appointments'); -$tools_customers{'Attachments'} = [ $fsurl.'search/cust_attachment.html', 'View customer attachments' ] +$tools_customers{'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_customers{'Customer email settings'} = [ $fsurl.'misc/manage_cust_email.html' ] if $curuser->access_right('Edit customer');