fixed empty being used on a function
This commit is contained in:
parent
d9a26d0aa9
commit
b0e03462d3
@ -54,7 +54,7 @@ $offset = $limit * $page ;
|
|||||||
if (! $sortfield) $sortfield = 'p.ref';
|
if (! $sortfield) $sortfield = 'p.ref';
|
||||||
if (! $sortorder) $sortorder = 'DESC';
|
if (! $sortorder) $sortorder = 'DESC';
|
||||||
|
|
||||||
if (! empty(GETPOST('button_removefilter')))
|
if (GETPOST('button_removefilter'))
|
||||||
{
|
{
|
||||||
$sref = '';
|
$sref = '';
|
||||||
$sRefSupplier = '';
|
$sRefSupplier = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user