From b5712d1f1cd218aef01c9be1d1fa38332e8ff6e1 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Sun, 11 Dec 2016 13:44:47 +0100 Subject: [PATCH] Missing lang load --- htdocs/societe/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index 9a9fddd28b0..9506c5ad6bd 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -36,6 +36,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php'; require_once DOL_DOCUMENT_ROOT.'/societe/class/client.class.php'; $langs->load("companies"); +$langs->load("commercial"); $langs->load("customers"); $langs->load("suppliers"); $langs->load("bills");