From 4fab5fbeebfa3d6746aa4cfa38992d14da7ae94f Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Mon, 15 Apr 2013 23:11:48 +0200
Subject: [PATCH] Fix: bad language file

---
 htdocs/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.php b/htdocs/index.php
index 29c9ccfb4de..49404f72c65 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -188,7 +188,7 @@ if ($user->societe_id == 0)
     DOL_URL_ROOT.'/compta/facture/list.php?mainmenu=accountancy',
     DOL_URL_ROOT.'/contrat/liste.php');
     // Translation lang files
-    $langfile=array("bills",
+    $langfile=array("companies",
                     "prospects",
                     "suppliers",
                     "members",
-- 
GitLab