From 2a66a047dc58fa853300ee45b7692895efb9aa10 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 20:45:06 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Fichier=20lang=20non=20charg=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/index.php b/htdocs/index.php index 5c20b329a00..52afe28fcb9 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -420,6 +420,8 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire) // Nbre factures fournisseurs (à payer) if ($conf->fournisseur->enabled && $conf->facture->enabled && $user->rights->facture->lire) { + $langs->load("bills"); + include_once("./fourn/fournisseur.facture.class.php"); $board=new FactureFournisseur($db); $board->load_board();