Update /accountancy/admin/account.php
This commit is contained in:
parent
339415034e
commit
b6824877e5
@ -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_account="";
|
||||||
$search_label="";
|
$search_label="";
|
||||||
@ -220,4 +220,4 @@ if ($result) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user