Skip to content

Commit

Permalink
Update /compta/paiement/cheque/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 ba7500a commit 979d6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/cheque/list.php
Expand Up @@ -61,7 +61,7 @@
$accountstatic=new Account($db);

// If click on purge search criteria ?
if (GETPOST("button_removefilter_x"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_ref='';
$search_amount='';
Expand Down

0 comments on commit 979d6df

Please sign in to comment.