From 36aaef3c6f880606f946e20262b4a24b6eaaecc4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Dec 2007 10:21:09 +0000 Subject: [PATCH] Derniers fix pour release: Correction pour rendre generation graph artichow 100% operationnel Suppression librairie xmlrpc Corrections box vides --- htdocs/compta/commande/fiche.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 '
'; + print ''; + $html->select_date($commande->date_livraison,'liv_','','','',"setdate_livraison"); + print ''; + print ''; } else {