diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 122e80b2e69..2118716b286 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -1454,8 +1454,9 @@ else
$picto=($object->type== Product::TYPE_SERVICE?'service':'product');
dol_fiche_head($head, 'card', $titre, 0, $picto);
- $linkback = ''.$langs->trans("BackToList").'';
-
+ $linkback = ''.$langs->trans("BackToList").'';
+ $object->next_prev_filter=" fk_product_type = ".$object->type;
+
dol_banner_tab($object, 'ref', $linkback, ($user->societe_id?0:1), 'ref');