[freeside-commits] branch FREESIDE_3_BRANCH updated. a4c7d2df1a8e03a5bc4ee51a16734e4a255a0eb2

Ivan Kohler ivan at freeside.biz
Tue Nov 27 21:16:22 PST 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  a4c7d2df1a8e03a5bc4ee51a16734e4a255a0eb2 (commit)
       via  c3805fd13024b3103d75b6ab2b390e72309d0144 (commit)
      from  57274014205c53716c2bf0c4fb3e9ffe257e4654 (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 a4c7d2df1a8e03a5bc4ee51a16734e4a255a0eb2
Merge: c3805fd13 572740142
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 27 21:16:18 2018 -0800

    Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH


commit c3805fd13024b3103d75b6ab2b390e72309d0144
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 27 21:13:35 2018 -0800

    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');

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

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




More information about the freeside-commits mailing list