Skip to content

Commit

Permalink
Update /compta/paiement/list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored and eldy committed Nov 23, 2014
1 parent dd1c39b commit fa89e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/list.php
Expand Up @@ -58,7 +58,7 @@
if (! $sortorder) $sortorder="DESC";
if (! $sortfield) $sortfield="p.rowid";

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

0 comments on commit fa89e31

Please sign in to comment.