Update /expedition/list.php
This commit is contained in:
parent
b43f8eede3
commit
91aca474dd
@ -52,7 +52,7 @@ if (! $sortorder) $sortorder="DESC";
|
||||
$limit = $conf->liste_limit;
|
||||
|
||||
// Purge search criteria
|
||||
if (GETPOST("button_removefilter_x"))
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
|
||||
{
|
||||
$search_ref_exp='';
|
||||
$search_ref_liv='';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user