diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php index 2bf8b70a043..5f74c095240 100644 --- a/htdocs/product/stats/facture.php +++ b/htdocs/product/stats/facture.php @@ -51,7 +51,7 @@ if ($id) print "
Proposé à ".$product->count_propale_client()." clients"; print "
Factures : ".$product->count_facture(); print ''; - print 'Prix'.price($product->price).''; + print 'Prix de vente'.price($product->price).''; print ""; if ($page == -1)