Skip to content

Commit

Permalink
Update /accountancy/bookeeping/list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 23, 2014
1 parent 5f11354 commit e1addea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/accountancy/bookkeeping/list.php
Expand Up @@ -51,7 +51,7 @@

$formventilation = new FormVentilation($db);

if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_doc_type="";
$search_doc_ref="";
Expand Down Expand Up @@ -231,4 +231,4 @@
}

llxFooter();
$db->close();
$db->close();

0 comments on commit e1addea

Please sign in to comment.