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 "
";