Update /contrat/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:34:56 +01:00 committed by Laurent Destailleur
parent c97e95f6ab
commit d57344a2e7

View File

@ -58,7 +58,7 @@ $result = restrictedArea($user, 'contrat', $id);
$staticcontrat=new Contrat($db);
$staticcontratligne=new ContratLigne($db);
if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_name="";
$search_contract="";