From c1cbc140a10e265fe93a548800f84dbce0887f92 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 12 Jul 2007 13:55:18 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20modifs=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b5fbe2282de..b25f67deccc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1480,10 +1480,17 @@ if ($_GET['action'] == 'create') if ($conf->service->enabled) { print ''; + print ''; + print ''; + print '
'; print $langs->trans('From').' '; + print ''; print $html->select_date('','date_start'.$i,0,0,1,"add"); - print '
'.$langs->trans('to').' '; + print '
'; + print $langs->trans('to').' '; + print ''; print $html->select_date('','date_end'.$i,0,0,1,"add"); + print '
'; print ''; } print "\n";