From 2bb87aabbebc00bda4b01e8e08aca2a65d1ab689 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 May 2012 20:46:18 +0200 Subject: [PATCH] Fix: bad br --- htdocs/contrat/fiche.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 70726cde310..46b27ec6a99 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -1254,14 +1254,13 @@ else print ''; print ''; - print ""; + print ""; print ''; // multiprix if($conf->global->PRODUIT_MULTIPRICES) $form->select_produits('','idprod',1,$conf->product->limit_size,$object->thirdparty->price_level); else $form->select_produits('','idprod',1,$conf->product->limit_size); - if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) print '
'; print ''; print ''; @@ -1270,7 +1269,7 @@ else print ''; print ''."\n"; - print ""; + print ""; print ''; print $langs->trans("DateStartPlanned").' '; $form->select_date('',"date_start",$usehm,$usehm,1,"addline");