X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=c4ea9cd7cbd39658acd5f33b8329d2f6067ed5d1;hp=eb34e4946f83c7822b1cc53d4c5046eddbb5a7ff;hb=f675734f1eda5b39f891a6fc8f2f29cbd2e36c35;hpb=511c1f635c1c64c90a7ae882730504f145c8a09c diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index eb34e4946..c4ea9cd7c 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -684,8 +684,7 @@ tie my %config_cust, 'Tie::IxHash', 'Contact types' => [ $fsurl.'browse/contact_class.html', ''], #XXX useful description ; -$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')); +$config_cust{'Note classes'} = [ $fsurl.'browse/cust_note_class.html', 'Note classes define groups of customer notes for reporting.' ]; tie my %config_agent, 'Tie::IxHash', 'Agent types' => [ $fsurl.'browse/agent_type.cgi', 'Agent types define groups of package definitions that you can then assign to particular agents' ],