X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=f096dd8894fe3df80ad46a070290269636f59cf2;hp=c65e990aed73d87be1b54f776cc0560138d22c68;hb=172673b3aef143dc426603689d37b65394c4fe1d;hpb=5c4da92af240d4a5d7f39e2478e344693817d5b7 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c65e990ae..f096dd889 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -491,9 +491,11 @@ tie my %config_cust, 'Tie::IxHash', 'Customer tags' => [ $fsurl.'browse/part_tag.html', '' ], 'Customer classes' => [ $fsurl.'browse/cust_class.html', 'Customer classes define groups of customers for reporting.' ], 'Customer categories' => [ $fsurl.'browse/cust_category.html', 'Customer categories define groups of customer classes.' ], + 'separator' => '', #its a separator! + 'Contact classes' => [ $fsurl.'browse/contact_class.html', 'Contact classes define types for contacts.' ], ; -$config_cust{'Customer note classes'} = [ $fsurl.'browse/cust_note_class.html', 'Customer note classes define groups of notes for reporting.' ] +$config_cust{'Note classes'} = [ $fsurl.'browse/cust_note_class.html', 'Note classes define groups of customer notes for reporting.' ] if ($conf->exists('note-classes') && $conf->config('note-classes') > 0); tie my %config_agent, 'Tie::IxHash', @@ -576,6 +578,7 @@ if ( $curuser->access_right('Configuration' ) ) { 'Resellers' => [ \%config_agent, '' ], 'separator2' => '', #its a separator! 'Customers' => [ \%config_cust, '' ], + #or this? 'Customers and Contacts' => [ \%config_cust, '' ], ); } $config_menu{'Packages'} = [ \%config_pkg, '' ]