X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=eb34e4946f83c7822b1cc53d4c5046eddbb5a7ff;hp=d6ea06891d6c3063ba4a6a4d5aca8de774480f4b;hb=d4114381c5d95e8acd0d0fc2bbc2b3528bde2ecf;hpb=c5a2d3613acdc3b9ab6f32eaf5316c2834071417 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index d6ea06891..eb34e4946 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -685,7 +685,7 @@ tie my %config_cust, 'Tie::IxHash', ; $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); + if ($conf->exists('note-classes') && $conf->config('note-classes')); 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' ],