Skip to content
Snippets Groups Projects
Commit b16dc8db authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Tab not selected

parent 8ea52f52
No related branches found
No related tags found
No related merge requests found
......@@ -435,7 +435,7 @@ function actions_prepare_head($object)
$head[$h][0] = DOL_URL_ROOT.'/comm/action/document.php?id='.$object->id;
$head[$h][1] = $langs->trans("Documents");
if($nbFiles > 0) $head[$h][1].= ' ('.$nbFiles.')';
$head[$h][2] = 'document';
$head[$h][2] = 'documents';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/comm/action/info.php?id='.$object->id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment