diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 683d6b1db23..2ab97b01d8f 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -243,19 +243,18 @@ if ($_GET["action"] == 'create')
print '
';
print ' | ';
- print "| Date : | ";
-
- print_date_select(time());
-
+ print ' |
| '.$langs->trans("Date").' : | ';
+ $html->select_date()
print " |
";
- print "| Numéro : | Provisoire |
";
+
+ print '| '.$langs->trans("Ref").' : | Provisoire |
';
print '';
print "| Source : | ";
$html->select_array("source_id",$new_commande->sources,2);
print " |
";
- print "| Projet : | ";
+ print ' |
| '.$langs->trans("Project").' : | ';
$proj = new Project($db);
$html->select_array("projetid",$proj->liste_array($soc->id),0,1);
print " |
";