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

Update /compta/facture/impayees.php

parent ccff0f09
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ $search_montant_ttc = GETPOST("search_montant_ttc");
$late = GETPOST("late");
// Do we click on purge search criteria ?
if (GETPOST("button_removefilter_x"))
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{
$search_ref='';
$search_refcustomer='';
......
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