From 9dc77946c475267a2014616615270bbdda4f81a6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 14:52:05 +0000 Subject: [PATCH] Look: Limite longueur nom societe dans liste des propales --- htdocs/compta/propal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 9b7a07d8f08..7a715d56655 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -641,10 +641,10 @@ if ($_GET["propalid"]) $var=!$var; print ""; - print ''.img_object($langs->trans("ShowPropal"),"propal")." \n"; - print ''.$objp->ref."\n"; + print ''.img_object($langs->trans("ShowPropal"),"propal").' '; + print $objp->ref."\n"; - print "idp\">$objp->nom\n"; + print "idp\">".dolibarr_trunc($objp->nom,44)."\n"; $now = time(); $lim = 3600 * 24 * 15 ;