Update product.lib.php
This commit is contained in:
parent
a141d722ad
commit
37ebedcafa
@ -361,8 +361,9 @@ function product_lot_admin_prepare_head()
|
|||||||
function show_stats_for_company($product, $socid)
|
function show_stats_for_company($product, $socid)
|
||||||
{
|
{
|
||||||
global $conf, $langs, $user, $db, $hookmanager;
|
global $conf, $langs, $user, $db, $hookmanager;
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$hookmanager->initHooks(array('productstats'));
|
|
||||||
$nblines = 0;
|
$nblines = 0;
|
||||||
|
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user