FIX Pagination stats
This commit is contained in:
parent
14627abb27
commit
75b1cac33f
@ -75,9 +75,9 @@ if (empty($search_year)) $search_year=$currentyear;
|
|||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$htmlother = new FormOther($db);
|
$htmlother = new FormOther($db);
|
||||||
|
|
||||||
$object = new Product($db);
|
$object = new Product($db);
|
||||||
if (! $id)
|
|
||||||
|
if (! $id && empty($ref))
|
||||||
{
|
{
|
||||||
llxHeader("",$langs->trans("ProductStatistics"));
|
llxHeader("",$langs->trans("ProductStatistics"));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user