Ajout param label_url
This commit is contained in:
parent
058c89fbb7
commit
5522eebd9a
@ -130,6 +130,8 @@ class Product
|
|||||||
$this->duration_value = substr($result["duration"],0,strlen($result["duration"])-1);
|
$this->duration_value = substr($result["duration"],0,strlen($result["duration"])-1);
|
||||||
$this->duration_unit = substr($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();
|
$this->db->free();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user