From 8fca6e8adb23495504d4f5e92f289edf8c6621d2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 May 2006 19:12:53 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 73934303c53..63fe49da3dd 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -128,7 +128,7 @@ if ( $db->query($sql) ) $var=!$var; $obj = $db->fetch_object(); print "rowid\">".img_object($langs->trans("ShowOrder"),"order")." ".$obj->ref.""; - print ''.img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom.''; + print ''.img_object($langs->trans("ShowCompany"),"company").' '.dolibarr_trunc($obj->nom,24).''; $i++; } }