Update /fourn/facture/paiement.php
This commit is contained in:
parent
018d1488fc
commit
edaf6aec10
@ -459,7 +459,7 @@ if (empty($action))
|
||||
$search_amount=GETPOST('search_amount');
|
||||
$search_company=GETPOST('search_company');
|
||||
|
||||
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_account="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user