Fix: Can edit supplier

This commit is contained in:
Laurent Destailleur 2010-03-13 21:57:40 +00:00
parent 9c77a7621e
commit 6251f5f8b6

View File

@ -1307,6 +1307,7 @@ else
// Default language
if ($conf->global->MAIN_MULTILANGS)
{
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");
print '<tr><td>'.$langs->trans("DefaultLang").'</td><td colspan="3">';
$s=picto_from_langcode($soc->default_lang);
print ($s?$s.' ':'');