bugfix
This commit is contained in:
parent
b4e17f6ab3
commit
f332174ee9
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user