FIX Pagination stats

This commit is contained in:
Laurent Destailleur 2018-10-01 01:10:42 +02:00
parent 14627abb27
commit 75b1cac33f

View File

@ -75,9 +75,9 @@ if (empty($search_year)) $search_year=$currentyear;
$form = new Form($db);
$htmlother = new FormOther($db);
$object = new Product($db);
if (! $id)
if (! $id && empty($ref))
{
llxHeader("",$langs->trans("ProductStatistics"));