From 5975d8ba6a3cdb03f75cd82d7711e916c54f3eb6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Jun 2006 19:47:16 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Traduction=20non=20charg=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/commande/liste.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/commande/liste.php b/htdocs/compta/commande/liste.php index d4f5e407286..cc2444568c1 100644 --- a/htdocs/compta/commande/liste.php +++ b/htdocs/compta/commande/liste.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 @@ -49,10 +49,12 @@ if ($user->societe_id > 0) $socidp = $user->societe_id; } +$langs->load('companies'); + + llxHeader(); - $sql = "SELECT s.nom, s.idp,"; $sql.= " c.rowid, c.ref, c.total_ht,".$db->pdate("c.date_commande")." as date_commande,"; $sql.= " c.fk_statut, c.facture";