From 9ce50b7bbf4a7cea37b45def4c637fb388258d6e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Tue, 28 Feb 2017 21:15:39 +0100 Subject: [PATCH] Fix loading of language file --- htdocs/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 16126975b9f..4b3f48f715f 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -311,13 +311,15 @@ if (empty($user->societe_id)) "companies", "members", "products", - "produts", + "products", "propal", "orders", "bills", - "supplier_proposal", "contracts", "interventions", + "bills", + "bills", + "supplier_proposal", "projects", "trips" ); -- GitLab