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