Update /contrat/services.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:34:20 +01:00
parent 91aca474dd
commit 6f3ce0a63b

View File

@ -69,7 +69,7 @@ $staticcontrat=new Contrat($db);
$staticcontratligne=new ContratLigne($db);
$companystatic=new Societe($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="";