Update /accountancy/bookeeping/list.php

This commit is contained in:
Frédéric FRANCE
2014-11-23 09:59:05 +01:00
parent 5f11354547
commit e1addea6db

View File

@@ -51,7 +51,7 @@ $offset = $conf->liste_limit * $page;
$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="";
@@ -231,4 +231,4 @@ else {
}
llxFooter();
$db->close();
$db->close();