Update /fourn/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:36:07 +01:00 committed by Laurent Destailleur
parent d57344a2e7
commit f6db1d5da2

View File

@ -60,7 +60,7 @@ if (! $sortfield) $sortfield="nom";
// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
$hookmanager->initHooks(array('supplierlist'));
if (GETPOST("button_removefilter_x"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$socname="";
$search_name="";