Skip to content
Snippets Groups Projects
Commit feb35adb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX Missing clean of criteria

parent a47accb1
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,7 @@ if (empty($reshook))
// Do we click on purge search criteria ?
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter.x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_nom='';
$search_categ='';
$search_sale='';
$search_barcode="";
......
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