Update /accountancy/admin/account.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:58:19 +01:00 committed by Laurent Destailleur
parent 339415034e
commit b6824877e5

View File

@ -88,7 +88,7 @@ if ($action == 'disable') {
}
}
if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_account="";
$search_label="";
@ -220,4 +220,4 @@ if ($result) {
}
llxFooter();
$db->close();
$db->close();