From 820dc58e6419fe7cf6a28a8b3c18bebe97865b81 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 Sep 2005 21:31:13 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20esth=E9tiques=20mineure?= =?UTF-8?q?s?= 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 144fe149cd9..98946efa98d 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -109,7 +109,7 @@ if ( $db->query($sql) ) { $var=!$var; $obj = $db->fetch_object(); - print "rowid\">".img_object($langs->trans("ShowOrder"),"order")." ".$obj->ref.""; + print "rowid\">".img_object($langs->trans("ShowOrder"),"order")." ".$obj->ref.""; print ''.img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom.''; $i++; }