Skip to content
Snippets Groups Projects
Commit d658a833 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

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

Close #6677
parent fd729775
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment