This commit is contained in:
Rodolphe Quiedeville 2004-05-06 11:08:27 +00:00
parent b4e17f6ab3
commit f332174ee9

View File

@ -238,7 +238,7 @@ class Product
$this->duration_unit = substr($result["duration"],-1);
$this->seuil_stock_alerte = $result["seuil_stock_alerte"];
$this->label_url = '<a href="'.DOL_URL_ROOT.'/product/fiche.php?id='.$this->id.'">'.$this->label.'</a>';
$this->label_url = '<a href="'.DOL_URL_ROOT.'/product/fiche.php?id='.$this->id.'">'.$this->libelle.'</a>';
$this->db->free();