From 023f6b1e0acdbdbf6ddddca3230ad4ca2d56d6c5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 15 Jul 2005 00:02:43 +0000 Subject: [PATCH] Look: On limite longueur box --- htdocs/includes/boxes/box_services_vendus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_services_vendus.php b/htdocs/includes/boxes/box_services_vendus.php index cce6220785e..e8976976fdc 100644 --- a/htdocs/includes/boxes/box_services_vendus.php +++ b/htdocs/includes/boxes/box_services_vendus.php @@ -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++;