summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-10-24 03:51:26 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-10-24 22:56:26 -0500
commitd42c4ffce20ee7a745a5f6a85a310a8930494879 (patch)
tree47c822cfaf12e731bdd39ad4494e996802536135 /httemplate/elements/menu.html
parent47625b00ce71ca8d0e8b3e18458864c9d6ae9006 (diff)
72901: OFM Freeside Note Classes [conf update, jquery refactor]
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 023d25f05..d07f099a2 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' ],