diff --git a/htdocs/includes/boxes/box_services_vendus.php b/htdocs/includes/boxes/box_services_vendus.php index 9f9b68da3c2..7cd1a99d8f5 100644 --- a/htdocs/includes/boxes/box_services_vendus.php +++ b/htdocs/includes/boxes/box_services_vendus.php @@ -133,7 +133,7 @@ class box_services_vendus extends ModeleBoxes { $this->info_box_contents[$i][2] = array('td' => 'align="left"', 'text' => $objp->nom, - 'maxlength' => 40, + 'maxlength' => 28, 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->socid); $this->info_box_contents[$i][3] = array('td' => 'align="right"',