From 69c574653022d9079041f07c855ec2161afa9aa6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 17 Sep 2003 16:16:51 +0000 Subject: [PATCH] Correction erreur affichage du libelle --- htdocs/product/stats/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";