From 6a648305f08f9748c927aa1d434182a1b12cd0ac Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 23 Sep 2003 21:33:57 +0000 Subject: [PATCH] Bugfix --- htdocs/product/stats/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";