diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php
index 75b7033eea1..1ac6afbc0cf 100644
--- a/htdocs/product/stats/fiche.php
+++ b/htdocs/product/stats/fiche.php
@@ -75,7 +75,7 @@ if ($id)
print '
';
print "Propositions commerciales : ".$product->count_propale();
print " Proposé à ".$product->count_propale_client()." clients";
- print " Factures : ".$product->count_facture();
+ print ' Factures : '.$product->count_facture();
print ' | ';
print '| Prix | '.price($product->price).' |
';
print "";