No reason to restrict this tab to external users

This commit is contained in:
Laurent Destailleur 2011-12-21 18:56:44 +01:00
parent 3ecff7b4db
commit 4772e51d12

View File

@ -112,13 +112,14 @@ function societe_prepare_head($object)
$h++; $h++;
} }
// Log
$head[$h][0] = DOL_URL_ROOT.'/societe/info.php?socid='.$object->id;
$head[$h][1] = $langs->trans("Info");
$head[$h][2] = 'info';
$h++;
} }
// Log
$head[$h][0] = DOL_URL_ROOT.'/societe/info.php?socid='.$object->id;
$head[$h][1] = $langs->trans("Info");
$head[$h][2] = 'info';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'thirdparty','remove'); complete_head_from_modules($conf,$langs,$object,$head,$h,'thirdparty','remove');
return $head; return $head;