Fix: mise en commentaire l'affichage de date de dbut et de fin

This commit is contained in:
Regis Houssin 2007-08-04 10:35:04 +00:00
parent eac99f9eec
commit 312c4366c0

View File

@ -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)
{