Restore email icon in context menu Change -> Type

This commit is contained in:
Nathan Gray 2015-12-29 16:26:15 +00:00
parent 4b5bb644f7
commit 061498c79a

View File

@ -1045,8 +1045,6 @@ class infolog_ui
unset($types['delete']);
foreach($types as $type => &$data)
{
if ($type=='email') continue;//requirement by sales that it should not be shown in right - click - action dialog
$image_exists = common::image('infolog',$type);
$data = array(
'caption' => $data,