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

Update /contrat/services.php

parent 84d3bd2b
No related branches found
No related tags found
No related merge requests found
......@@ -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="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment