Skip to content
Snippets Groups Projects
Commit dd1c39b4 authored by Frédéric France's avatar Frédéric France Committed by Laurent Destailleur
Browse files

Update /compta/bank/search.php

parent 2a79c2c8
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ $limit = $conf->liste_limit; ...@@ -73,7 +73,7 @@ $limit = $conf->liste_limit;
if (! $sortorder) $sortorder='DESC'; if (! $sortorder) $sortorder='DESC';
if (! $sortfield) $sortfield='b.dateo'; if (! $sortfield) $sortfield='b.dateo';
if (GETPOST("button_removefilter")) if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{ {
$description=""; $description="";
$type=""; $type="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment