Update /accountancy/bookeeping/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:59:05 +01:00 committed by Laurent Destailleur
parent b6824877e5
commit 199239ac8b

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();