diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php
index 66aa1b300b8..18aa08b0d85 100644
--- a/htdocs/reception/card.php
+++ b/htdocs/reception/card.php
@@ -770,8 +770,8 @@ if ($action == 'create')
$langs->load("projects");
print '
';
print '| '.$langs->trans("Project").' | ';
- $numprojet = $formproject->select_projects($soc->id, $projectid, 'projectid', 0);
- print ' id).'">'.$langs->trans("AddProject").'';
+ print $formproject->select_projects((empty($conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS) ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 0, 1, 0, 0, '', 1, 0, 'maxwidth500');
+ print ' id).'">';
print ' | ';
print '
';
}