diff --git a/htdocs/admin/emailcollector_card.php b/htdocs/admin/emailcollector_card.php index be3ab2d63c1..dca93b9a506 100644 --- a/htdocs/admin/emailcollector_card.php +++ b/htdocs/admin/emailcollector_card.php @@ -583,6 +583,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea $arrayoftypes = array( 'loadthirdparty'=>$langs->trans('LoadThirdPartyFromName', $langs->transnoentities("ThirdPartyName")), 'loadandcreatethirdparty'=>$langs->trans('LoadThirdPartyFromNameOrCreate', $langs->transnoentities("ThirdPartyName")), + 'recordjoinpiece'=>$langs->trans('recordjoinpieceonobject'), 'recordevent'=>'RecordEvent'); if ($conf->projet->enabled) { $arrayoftypes['project'] = 'CreateLeadAndThirdParty';