Fix: Regression

This commit is contained in:
Laurent Destailleur 2012-08-26 15:31:06 +02:00
parent 7db8c8aab9
commit 15eec16bee

View File

@ -48,6 +48,7 @@ $pageprev = $page - 1;
$pagenext = $page + 1;
if (! $sortorder) $sortorder="DESC";
if (! $sortfield) $sortfield="fd.date";
$limit = $conf->liste_limit;
$search_ref=GETPOST('search_ref','alpha');
$search_company=GETPOST('search_company','alpha');