diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
index 3bb309814b3..a71fa14ebdd 100644
--- a/htdocs/categories/viewcat.php
+++ b/htdocs/categories/viewcat.php
@@ -197,7 +197,8 @@ $head = categories_prepare_head($object,$type);
dol_fiche_head($head, 'card', $title, -1, 'category');
-$linkback=(GETPOST('linkback') ? GETPOST('linkback'): ''.$langs->trans("BackToList").'');
+$linkback=(GETPOST('linkback') ? GETPOST('linkback'):DOL_URL_ROOT.'/categories/index.php?leftmenu=cat&type='.$type);
+$linkback = ''.$langs->trans("BackToList").'';
$object->next_prev_filter=" type = ".$object->type;
$object->ref = $object->label;
$morehtmlref='