diff options
| author | Mark Wells <mark@freeside.biz> | 2016-10-15 21:06:04 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-10-15 21:06:04 -0700 |
| commit | 6a509099343ed155525c4304f1ad742cc6e4ce59 (patch) | |
| tree | e8b05c436b3bb0dbe0e331e728dc5b36e90b8c0a /httemplate/elements | |
| parent | fbfd9445bb00c2a1c7f4386878edead9b50c482f (diff) | |
| parent | d4114381c5d95e8acd0d0fc2bbc2b3528bde2ecf (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
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' ], |
