FIX product link in project box
This commit is contained in:
parent
bad28c6d92
commit
85a58f666a
@ -95,7 +95,7 @@ class box_project extends ModeleBoxes
|
|||||||
|
|
||||||
$this->info_box_contents[$i][1] = array('td' => 'align="left"',
|
$this->info_box_contents[$i][1] = array('td' => 'align="left"',
|
||||||
'text' => $objp->ref,
|
'text' => $objp->ref,
|
||||||
'url' => DOL_URL_ROOT."/product/card.php?id=".$objp->rowid);
|
'url' => DOL_URL_ROOT."/projet/card.php?id=".$objp->rowid);
|
||||||
|
|
||||||
$this->info_box_contents[$i][2] = array('td' => 'align="left"',
|
$this->info_box_contents[$i][2] = array('td' => 'align="left"',
|
||||||
'text' => $objp->title
|
'text' => $objp->title
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user