Update product.lib.php

This commit is contained in:
Laurent Destailleur 2021-06-11 19:32:25 +02:00 committed by GitHub
parent a141d722ad
commit 37ebedcafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,8 +361,9 @@ function product_lot_admin_prepare_head()
function show_stats_for_company($product, $socid)
{
global $conf, $langs, $user, $db, $hookmanager;
$form = new Form($db);
$hookmanager->initHooks(array('productstats'));
$nblines = 0;
print '<tr class="liste_titre">';