Update /accountancy/admin/account.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:58:19 +01:00
parent 0ea40c155e
commit 5f11354547

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();