diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php
index e24bb6dc228..b1c0284e175 100644
--- a/htdocs/contrat/fiche.php
+++ b/htdocs/contrat/fiche.php
@@ -873,9 +873,9 @@ else
print "
";
print '| ';
print $langs->trans("DateStartPlanned").' ';
- $html->select_date('',"date_start",0,0,1,"addligne_sl");
+ $html->select_date('',"date_start_sl",0,0,1,"addligne_sl");
print ' '.$langs->trans("DateEndPlanned").' ';
- $html->select_date('',"date_end",0,0,1,"addligne_sl");
+ $html->select_date('',"date_end_sl",0,0,1,"addligne_sl");
print ' | ';
print '
';