From 312c4366c02b20422940a9a4d44d25bb34185f7c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 4 Aug 2007 10:35:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20mise=20en=20commentaire=20l'affichage=20?= =?UTF-8?q?de=20date=20de=20d=E9but=20et=20de=20fin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 05ed204ab9b..98214948bfc 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1321,7 +1321,8 @@ else { print $html->textwithtooltip($text,$objp->description,4,'','',$i,$objp->ref.' - '.nl2br(stripslashes($objp->product))); } - print_date_range($objp->date_start,$objp->date_end); + // Todo: voir si on insert ou pas en option les dates de début et de fin de service + //print_date_range($objp->date_start,$objp->date_end); if ($conf->global->PRODUIT_DESC_IN_FORM) {