Merge pull request #4033 from atm-arnaud/3.7_fix_project_box
FIX product link in project box
This commit is contained in:
commit
6c379029fa
@ -95,7 +95,7 @@ class box_project extends ModeleBoxes
|
||||
|
||||
$this->info_box_contents[$i][1] = array('td' => 'align="left"',
|
||||
'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"',
|
||||
'text' => $objp->title
|
||||
|
||||
Loading…
Reference in New Issue
Block a user