[freeside-commits] branch FREESIDE_4_BRANCH updated. 650b4480c920e4d2a0d7e45cdfa2ac9ffa364f60

Ivan Kohler ivan at freeside.biz
Tue Nov 27 21:13:04 PST 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  650b4480c920e4d2a0d7e45cdfa2ac9ffa364f60 (commit)
      from  a93ae1b61766bcfedc2a01b964d08dd28e5c84da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 650b4480c920e4d2a0d7e45cdfa2ac9ffa364f60
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 27 21:13:03 2018 -0800

    menu link, RT#81809

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 9bc3582a8..cff9579f0 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -495,7 +495,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');

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/menu.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list