diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-11-27 15:19:59 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-27 15:30:33 -0800 |
| commit | 5749847c1d8a05f605127e7e0601ca17ea0bf996 (patch) | |
| tree | 822a5cd42b72d38929df64492275ca2df566f145 /httemplate/elements/menu.html | |
| parent | 58dfeb5412c54d676119d1c6b8a9ff7edde7e234 (diff) | |
select agent and customer fields on attachment report, RT#81809
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index e013632be..7d69596c3 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.'browse/cust_attachment.html', 'View customer attachments' ] +$tools_menu{'Attachments'} = [ $fsurl.'search/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'); |
