From 8697288fe686945dc321aec0d140df9029e6c6a2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 12 Feb 2005 17:26:48 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20des=20liens=20dans=20la=20liste=20des?= =?UTF-8?q?=20commandes=20=E0=20facturer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/index.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 39739e46c72..eaf78c514d0 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2005 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -243,8 +243,12 @@ if ($conf->commande->enabled && $user->rights->commande->lire) { $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 ""; + print "rowid\">".img_object($langs->trans("ShowOrder"),"order").' '; + print "rowid\">".$obj->ref.''; + + print ''.img_object($langs->trans("ShowCompany"),"company").' '; + print ''.$obj->nom.''; $i++; } print "
";