From b84d27d11c7e397533e786186091e6975ebdc5cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 12 Aug 2005 23:39:11 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Limite=20longueur=20info=20dans=20boites?= =?UTF-8?q?=20dernieres=20factures=20clients=20enregistr=E9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_factures.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/includes/boxes/box_factures.php b/htdocs/includes/boxes/box_factures.php index a6313efc59f..e6e1aba58dc 100644 --- a/htdocs/includes/boxes/box_factures.php +++ b/htdocs/includes/boxes/box_factures.php @@ -93,6 +93,7 @@ class box_factures extends ModeleBoxes { $this->info_box_contents[$i][1] = array('align' => 'left', 'text' => $objp->nom, + 'maxlength'=>44, 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); $i++; }