Skip to content

Commit

Permalink
Update /contrat/services.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored and eldy committed Nov 23, 2014
1 parent 84d3bd2 commit c97e95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contrat/services.php
Expand Up @@ -69,7 +69,7 @@
$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="";
Expand Down

0 comments on commit c97e95f

Please sign in to comment.