X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=023d25f05a281cf0ef1e96e0962a9e86f6cd3c4b;hb=47625b00ce71ca8d0e8b3e18458864c9d6ae9006;hp=38509c6afcf042f7c5b8701eda047f97728c2ccd;hpb=162097d4e2bd08efd71d998406c14cbfeb108d0b;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 38509c6af..023d25f05 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' ],