diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 9adad176ab2..17d81c40c72 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -1661,8 +1661,8 @@ if ($action == 'create')
$langs->load('projects');
print '
| '.$langs->trans('Project').' | ';
- $formproject->select_projects((empty($conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS) ? $societe->id : -1), $projectid, 'projectid', 0, 0, 1, 1);
- print ' id).'">'.$langs->trans("AddProject").'';
+ $formproject->select_projects((empty($conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS) ? $societe->id : -1), $projectid, 'projectid', 0, 0, 1, 1, 0, 0, 0, '', 0, 0, 'maxwidth500');
+ print ' id).'">';
print ' |
';
}