Update /compta/bank/search.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:52:35 +01:00 committed by Laurent Destailleur
parent 2a79c2c826
commit dd1c39b44e

View File

@ -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="";