Update /accountancy/bookeeping/list.php
This commit is contained in:
parent
5f11354547
commit
e1addea6db
@ -51,7 +51,7 @@ $offset = $conf->liste_limit * $page;
|
|||||||
|
|
||||||
$formventilation = new FormVentilation($db);
|
$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_type="";
|
||||||
$search_doc_ref="";
|
$search_doc_ref="";
|
||||||
@ -231,4 +231,4 @@ else {
|
|||||||
}
|
}
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user