From 2e3e7c3a80bfde611a2f84e25979f08986bb5f51 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 12 Apr 2006 13:43:06 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20changement=20de=20date=20via=20le?= =?UTF-8?q?=20calendrier=20se=20faisait=20au=20m=EAme=20endroit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contrat/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '';