From 6251f5f8b664e2a61e06de3bd30b7acfef5b9ebc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Mar 2010 21:57:40 +0000 Subject: [PATCH] Fix: Can edit supplier --- htdocs/soc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/soc.php b/htdocs/soc.php index f6bab792f92..0b9a0ecb02b 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -1307,6 +1307,7 @@ else // Default language if ($conf->global->MAIN_MULTILANGS) { + require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php"); print ''.$langs->trans("DefaultLang").''; $s=picto_from_langcode($soc->default_lang); print ($s?$s.' ':'');