X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fmenu.html;h=717d9704ddae8f4cfafea5dfe7b55b84e14c5948;hb=6cd7a3aef125a43fa9b5753062b5a7c4929ffdd3;hp=9220073f35dfa971ca286a4df150b557bc76b990;hpb=a2403695de3d9802bb5ce10bf64f64d8358141a9;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 9220073f3..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.'browse/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');