No reason to restrict this tab to external users
This commit is contained in:
parent
3ecff7b4db
commit
4772e51d12
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user