From 222095bb716c38a5fb8a250313ef1cb39863d1ae Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 7 Dec 2005 14:06:44 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bouton=20"Ajouter"=20d=E9cal=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 10dd4d3fa4b..7a5186f8fcc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1549,7 +1549,7 @@ else if ($conf->service->enabled) { print ''; - print 'Si produit de type service à durée limitée: Du '; + print 'Si produit de type service à durée limitée: Du '; print $html->select_date('','date_start',0,0,1); print ' au '; print $html->select_date('','date_end',0,0,1);