Look: On limite longueur box

This commit is contained in:
Laurent Destailleur 2005-07-15 00:02:43 +00:00
parent 7d6a0a5116
commit 023f6b1e0a

View File

@ -94,7 +94,7 @@ class box_services_vendus extends ModeleBoxes {
$this->info_box_contents[$i][1] = array('align' => 'left',
'text' => $objp->nom,
'maxlength' => 48,
'maxlength' => 40,
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);
$i++;