From 82513d9706c8a33d3b0cf14055935fe51e6c0866 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 May 2011 09:35:43 +0000 Subject: [PATCH] Qual: Trunc if text too long --- htdocs/compta/bank/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php index 8e346028597..d9497e5ece6 100644 --- a/htdocs/compta/bank/search.php +++ b/htdocs/compta/bank/search.php @@ -166,7 +166,7 @@ if ($resql) print ''; print ''; print ''; - $html->select_types_paiements(empty($_REQUEST["type"])?'':$_REQUEST["type"], 'type', '', 2, 0, 1); + $html->select_types_paiements(empty($_REQUEST["type"])?'':$_REQUEST["type"], 'type', '', 2, 0, 1, 8); print ''; print ''; print '';