2
0
forked from Wavyzz/dolibarr

FIX Bug Reception stats (#33531)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Clément
2025-03-19 17:50:22 +01:00
committed by GitHub
parent 5555009d7b
commit 47d001d2ff

View File

@@ -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);