From 96a85ab951905ddd29f0a9c398dd08609df29efb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Jan 2007 00:43:53 +0000 Subject: [PATCH] Fix: Traduction manquante --- htdocs/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/index.php b/htdocs/index.php index bca69c96750..0ca259e863a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -405,6 +405,8 @@ if ($conf->global->MAIN_SHOW_WORKBOARD == 1) // Nbre factures clients (à payer) if ($conf->facture->enabled && $user->rights->facture->lire) { + $langs->load("bills"); + include_once(DOL_DOCUMENT_ROOT."/facture.class.php"); $board=new Facture($db); $board->load_board($user);