diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php
index 57220481876..ceaee433bfc 100644
--- a/htdocs/product/stats/facture.php
+++ b/htdocs/product/stats/facture.php
@@ -44,7 +44,7 @@ if ($id)
print "
";
print '| Référence | '.$product->ref.' | ';
print 'Statistiques |
';
- print "Libellé | $product->label | ";
+ print "Libellé | $product->libelle | ";
print '';
print "Propositions commerciales : ".$product->count_propale();
print " Proposé à ".$product->count_propale_client()." clients";
|