X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=f8d727efda4624c314603f6ed030143fbab92afd;hb=932a41248987b59d271994a209545280ef38498e;hp=621165de4985ddde1880df20fe511a1d0b258b17;hpb=bec799dce8edac137ad9b124629132afa94ef07c;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 621165de4..f8d727efd 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -660,7 +660,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' ],