Update /compta/facture/impayees.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 09:57:21 +01:00
parent fef3cfbe81
commit 0ea40c155e

View File

@ -374,7 +374,7 @@ $search_montant_ttc = GETPOST("search_montant_ttc");
$late = GETPOST("late"); $late = GETPOST("late");
// Do we click on purge search criteria ? // 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_ref='';
$search_refcustomer=''; $search_refcustomer='';