Update /compta/prelevement/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:50:19 +01:00
parent d6e8211018
commit 37eef59b50

View File

@ -53,7 +53,7 @@ $ligne=new LignePrelevement($db,$user);
$offset = $conf->liste_limit * $page ;
if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_line="";
$search_bon="";