diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-14 20:49:38 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-10-24 23:20:51 -0500 |
| commit | 932a41248987b59d271994a209545280ef38498e (patch) | |
| tree | 175be42d68b1210a2e6e9b9d36f1c7d5554c4061 /httemplate/elements/menu.html | |
| parent | bec799dce8edac137ad9b124629132afa94ef07c (diff) | |
72901: OFM Freeside Note Classes [v3 merge]
Diffstat (limited to 'httemplate/elements/menu.html')
| -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 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' ], |
