From 676e13ee8a3f55503fc536b7231a09998d83026d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 29 Apr 2006 00:43:04 +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/expedition/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 637715738af..c3a663a95c0 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * Copyright (C) 2005-2006 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -78,7 +78,7 @@ if ($resql) { $var=!$var; $obj = $db->fetch_object($resql); - print "rowid\">$obj->ref"; + print "rowid\">".$obj->ref.""; print ''.$obj->nom.''; print ''.$obj->commande_ref.''; $i++; @@ -116,7 +116,8 @@ if ( $db->query($sql) ) { $var=!$var; $obj = $db->fetch_object(); - print ""; + print ""; + print ''; print "rowid\">".img_object($langs->trans("ShowOrder"),"order").' '.$obj->ref.''; print ''.dolibarr_trunc($obj->nom,20).''; $i++;