diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 13:16:41 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 13:16:41 -0700 |
| commit | 172673b3aef143dc426603689d37b65394c4fe1d (patch) | |
| tree | 7d7af6c967411dbb4ccabfe6746b487a71eb6224 /httemplate/elements | |
| parent | 5c4da92af240d4a5d7f39e2478e344693817d5b7 (diff) | |
enhance contacts: contact classes, RT#16819
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c65e990ae..f096dd889 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -491,9 +491,11 @@ tie my %config_cust, 'Tie::IxHash', 'Customer tags' => [ $fsurl.'browse/part_tag.html', '' ], 'Customer classes' => [ $fsurl.'browse/cust_class.html', 'Customer classes define groups of customers for reporting.' ], 'Customer categories' => [ $fsurl.'browse/cust_category.html', 'Customer categories define groups of customer classes.' ], + 'separator' => '', #its a separator! + 'Contact classes' => [ $fsurl.'browse/contact_class.html', 'Contact classes define types for contacts.' ], ; -$config_cust{'Customer note classes'} = [ $fsurl.'browse/cust_note_class.html', 'Customer note classes define groups of notes for reporting.' ] +$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); tie my %config_agent, 'Tie::IxHash', @@ -576,6 +578,7 @@ if ( $curuser->access_right('Configuration' ) ) { 'Resellers' => [ \%config_agent, '' ], 'separator2' => '', #its a separator! 'Customers' => [ \%config_cust, '' ], + #or this? 'Customers and Contacts' => [ \%config_cust, '' ], ); } $config_menu{'Packages'} = [ \%config_pkg, '' ] |
