Update /expedition/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:33:32 +01:00
parent b43f8eede3
commit 91aca474dd

View File

@ -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='';