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);