Skip to content

Commit

Permalink
Update /fourn/commande/list.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 99e88c1 commit afc87f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/commande/list.php
Expand Up @@ -58,7 +58,7 @@
$result = restrictedArea($user, 'fournisseur', $orderid, '', 'commande');

// Purge search criteria
if (GETPOST("button_removefilter"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_ref='';
$search_refsupp='';
Expand Down

0 comments on commit afc87f5

Please sign in to comment.