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();