Fix: Can edit supplier
This commit is contained in:
parent
9c77a7621e
commit
6251f5f8b6
@ -1307,6 +1307,7 @@ else
|
|||||||
// Default language
|
// Default language
|
||||||
if ($conf->global->MAIN_MULTILANGS)
|
if ($conf->global->MAIN_MULTILANGS)
|
||||||
{
|
{
|
||||||
|
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");
|
||||||
print '<tr><td>'.$langs->trans("DefaultLang").'</td><td colspan="3">';
|
print '<tr><td>'.$langs->trans("DefaultLang").'</td><td colspan="3">';
|
||||||
$s=picto_from_langcode($soc->default_lang);
|
$s=picto_from_langcode($soc->default_lang);
|
||||||
print ($s?$s.' ':'');
|
print ($s?$s.' ':'');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user