Skip to content

Commit

Permalink
Update /compta/bank/search.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 23, 2014
1 parent fe725f1 commit cfe5784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/search.php
Expand Up @@ -73,7 +73,7 @@
if (! $sortorder) $sortorder='DESC';
if (! $sortfield) $sortfield='b.dateo';

if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$description="";
$type="";
Expand Down

0 comments on commit cfe5784

Please sign in to comment.