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

Update /fourn/commande/list.php

parent 99e88c16
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ if ($user->societe_id) $socid=$user->societe_id;
$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='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment