diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php
index e6256c57daf..803ed291051 100644
--- a/htdocs/product/stats/fiche.php
+++ b/htdocs/product/stats/fiche.php
@@ -69,7 +69,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";
|