FIX #6677 Expired contracts dashboard box does not show the name of the thirdparty

Close #6677
This commit is contained in:
Marcos García de La Fuente 2017-05-01 12:05:52 +02:00
parent fd72977505
commit d658a833c9

View File

@ -104,7 +104,7 @@ class box_services_expired extends ModeleBoxes
'logo' => 'company',
'url' => DOL_URL_ROOT."/comm/card.php?socid=".$objp->socid);
$this->info_box_contents[$i][3] = array('td' => 'class="tdoverflow maxwidth100onsmartphone" align="left"',
$this->info_box_contents[$i][3] = array('td' => 'class="tdoverflowmax200 maxwidth100onsmartphone" align="left"',
'text' => $objp->name,
'url' => DOL_URL_ROOT."/comm/card.php?socid=".$objp->socid);