Update /compta/facture/impayees.php
This commit is contained in:
parent
fef3cfbe81
commit
0ea40c155e
@ -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='';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user