requirement by sales that email-type should not be shown in right - click - action dialog

This commit is contained in:
Klaus Leithoff 2013-09-16 11:54:43 +00:00
parent 8cdbbe67fc
commit b04627ed64

View File

@ -924,6 +924,7 @@ class infolog_ui
$types_add = array();
foreach($types as $type => &$data)
{
if ($type=='email') continue;//requirement by sales that it should not be shown in right - click - action dialog
$data = array(
'caption' => $data,
'icon' => $type,