diff --git a/htdocs/product/card.php b/htdocs/product/card.php index c84c0dc6d63..5de9cda0342 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -2508,7 +2508,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($canvasdisplayactio $titre = $langs->trans("CardProduct".$object->type); $picto = ($object->type == Product::TYPE_SERVICE ? 'service' : 'product'); - print dol_get_fiche_head($head, 'card', $titre, -1, $picto); + print dol_get_fiche_head($head, 'card', $titre, -1, $picto, 0, '', '', 0, '', 1); $linkback = ''.$langs->trans("BackToList").''; $object->next_prev_filter = "fk_product_type:=:".((int) $object->type); diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php index e62e78d332a..23e9de3c804 100644 --- a/htdocs/ticket/card.php +++ b/htdocs/ticket/card.php @@ -912,7 +912,7 @@ if ($action == 'create' || $action == 'presend') { $head = ticket_prepare_head($object); - print dol_get_fiche_head($head, 'tabTicket', $langs->trans("Ticket"), -1, 'ticket'); + print dol_get_fiche_head($head, 'tabTicket', $langs->trans("Ticket"), -1, 'ticket', 0, '', '', 0, '', 1); $morehtmlref = '