Update /fourn/commande/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 10:03:03 +01:00
parent 8bbc2d8db4
commit 018d1488fc

View File

@ -58,7 +58,7 @@ if ($user->societe_id) $socid=$user->societe_id;
$result = restrictedArea($user, 'fournisseur', $orderid, '', 'commande'); $result = restrictedArea($user, 'fournisseur', $orderid, '', 'commande');
// Purge search criteria // 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_ref='';
$search_refsupp=''; $search_refsupp='';