From 8c2a9342ed7eb76518a4e4a67fcbb0ff568b88ed Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 7 Dec 2005 14:48:31 +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 480f4052197..cf0e6f48caf 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1491,7 +1491,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($objp->date_start,'date_start',0,0,$objp->date_start?0:1); print ' au '; print $html->select_date($objp->date_end,'date_end',0,0,$objp->date_end?0:1);