From c474929caa7f87521fe7fee245c17a5c0b1294e5 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 26a13b9d20c..44aa2c6005c 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -106,6 +106,7 @@ print "</table>\n"; $langs->load("commercial"); $langs->load("bills"); $langs->load("orders"); +$langs->load("contracts"); //print memory_get_usage(); if ($user->societe_id == 0) -- GitLab