[freeside-commits] freeside/httemplate/elements menu.html, 1.69, 1.70

Mark Wells mark at wavetail.420.am
Mon Nov 16 16:06:27 PST 2009


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv32088/httemplate/elements

Modified Files:
	menu.html 
Log Message:
cust_attachment improvement, RT#4964 and #6225

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- menu.html	29 Oct 2009 01:08:32 -0000	1.69
+++ menu.html	17 Nov 2009 00:06:24 -0000	1.70
@@ -321,6 +321,8 @@
   if $conf->config('ticket_system');
 $tools_menu{'Time Queue'} =  [ $fsurl.'search/timeworked.html', 'View pending support time' ]
   if $curuser->access_right('Time queue');
+$tools_menu{'Attachments'} = [ $fsurl.'browse/cust_attachment.html', 'View customer attachments' ]
+  if !$conf->config('disable_cust_attachment');
 $tools_menu{'Importing'} =  [ \%tools_importing, 'Import tools' ]
   if $curuser->access_right('Import');
 $tools_menu{'Exporting'} =  [ \%tools_exporting, 'Export tools' ]



More information about the freeside-commits mailing list