From b04627ed643468a1036a247dc5df900ef0bdbb00 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 16 Sep 2013 11:54:43 +0000 Subject: [PATCH] requirement by sales that email-type should not be shown in right - click - action dialog --- infolog/inc/class.infolog_ui.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index 031414bc45..dd253c3fba 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -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,