From f332174ee98a563162be1ee3d2e85dc7a709b5dd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 6 May 2004 11:08:27 +0000 Subject: [PATCH] bugfix --- htdocs/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 52ec5192489..da4f9123557 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -238,7 +238,7 @@ class Product $this->duration_unit = substr($result["duration"],-1); $this->seuil_stock_alerte = $result["seuil_stock_alerte"]; - $this->label_url = ''.$this->label.''; + $this->label_url = ''.$this->libelle.''; $this->db->free();