diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index fa27846eb1c..67d82d5dc52 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -18,7 +18,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ - * $Source$ */ /** @@ -185,10 +184,10 @@ if ($_GET["id"] > 0) if ($_GET['action'] == 'editdate_livraison') { print '
'; + print ''; + $html->select_date($commande->date_livraison,'liv_','','','',"setdate_livraison"); + print ''; + print ''; } else {