diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index f72bf9e4663..75478c04ef5 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1682,8 +1682,7 @@ if ($action == 'create' && $usercancreate) {
$langs->load("projects");
print '
';
print '| '.$langs->trans("Project").' | ';
- print img_picto('', 'project', 'class="pictofixedwidth"');
- $numprojet = $formproject->select_projects(($soc->id > 0 ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0, 0, 'maxwidth500 widthcentpercentminusxx');
+ print img_picto('', 'project', 'class="pictofixedwidth"').$formproject->select_projects(($soc->id > 0 ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 'maxwidth500 widthcentpercentminusxx');
print ' id).'">';
print ' | ';
print '
';