From df26037e9d37b22cedf33385049d4184303a6609 Mon Sep 17 00:00:00 2001 From: simnandez <jmenent@2byte.es> Date: Wed, 3 Jul 2013 16:49:54 +0200 Subject: [PATCH] Trad: Load contracts lang for stats panel --- htdocs/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/index.php b/htdocs/index.php index 3ba4e63e03e..89498b57d7a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -97,6 +97,7 @@ print "</table>\n"; $langs->load("commercial"); $langs->load("bills"); $langs->load("orders"); +$langs->load("contracts"); if ($user->societe_id == 0) { -- GitLab