diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index 45bbefabdab..b72f41e436a 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -1291,8 +1291,10 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
print ''.$form->editfieldkey('ThirdPartyName', 'name', '', $object, 0).'';
}
print '
global->SOCIETE_USEPREFIX) ? ' colspan="3"' : '').'>';
- print '';
- print $form->widgetForTranslation("name", $object, $permissiontoadd, 'string', 'alpahnohtml', 'minwidth300');
+ //print '';
+ //print $form->widgetForTranslation("name", $object, $permissiontoadd, 'string', 'alpahnohtml', 'minwidth300');
+ print $form->select_company(0, 'name', '(s.client = 1 OR s.client = 3) AND status=1', ' ');
+ print "";
print ' | ';
if (!empty($conf->global->SOCIETE_USEPREFIX)) { // Old not used prefix field
print ''.$langs->trans('Prefix').' | | ';