diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 778acfc927b..90464742839 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -540,7 +540,10 @@ if ($resql)
print '';
if (empty($arrayfields['p.fk_product_type']['checked'])) print '';
- print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'product', 0, $newcardbutton, '', $limit, 0, 0, 1);
+ $picto = 'product';
+ if ($type == 1) $picto = 'service';
+
+ print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, $picto, 0, $newcardbutton, '', $limit, 0, 0, 1);
$topicmail = "Information";
$modelmail = "product";