From 47d001d2ff6e0fbc96d7293c8d74a4e77394f3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <142790847+clementgde@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:50:22 +0100 Subject: [PATCH] FIX Bug Reception stats (#33531) Co-authored-by: Laurent Destailleur --- htdocs/product/stats/reception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stats/reception.php b/htdocs/product/stats/reception.php index 5c41291924d..c46485c31f6 100644 --- a/htdocs/product/stats/reception.php +++ b/htdocs/product/stats/reception.php @@ -109,7 +109,7 @@ if ($id > 0 || !empty($ref)) { setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); } - llxHeader('', '', $langs->trans("CardProduct".$product->type), '', 0, 0, '', '', '', '', 'mod-product page-stats_reception'); + llxHeader('', '', $langs->trans("CardProduct".$product->type), '', 0, 0, '', '', 'mod-product page-stats_reception'); if ($result > 0) { $head = product_prepare_head($product);