On utilise methode getNomUrl
This commit is contained in:
parent
c17097876c
commit
5666227d45
@ -103,12 +103,12 @@ class box_actions extends ModeleBoxes {
|
||||
$this->info_box_contents[$i][0] = array('align' => 'left',
|
||||
'nowrap' => 1,
|
||||
'logo' => ("task"),
|
||||
'text' => $label,
|
||||
'text' => dolibarr_trunc($label,12),
|
||||
'text2'=> $late,
|
||||
'url' => DOL_URL_ROOT."/comm/action/fiche.php?id=".$objp->id);
|
||||
|
||||
$this->info_box_contents[$i][1] = array('align' => 'left',
|
||||
'text' => dolibarr_trunc($objp->nom,24),
|
||||
'text' => dolibarr_trunc($objp->nom,20),
|
||||
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
|
||||
|
||||
$this->info_box_contents[$i][2] = array('align' => 'right',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user