Merge pull request #6775 from marcosgdf/bug-6677

FIX #6677 Expired contracts dashboard box does not show the name of the thirdparty
This commit is contained in:
Laurent Destailleur 2017-05-05 17:05:06 +02:00 committed by GitHub
commit 4b42a5fd86

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);