Ajout param label_url

This commit is contained in:
Rodolphe Quiedeville 2003-08-03 19:22:01 +00:00
parent 058c89fbb7
commit 5522eebd9a

View File

@ -130,6 +130,8 @@ class Product
$this->duration_value = substr($result["duration"],0,strlen($result["duration"])-1);
$this->duration_unit = substr($result["duration"],-1);
$this->label_url = '<a href="'.DOL_URL_ROOT.'/product/fiche.php3?id='.$this->id.'">'.$this->label.'</a>';
$this->db->free();
}
else