mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update /fourn/facture/impayees.php
This commit is contained in:
parent
0384f90607
commit
ba7500a504
|
|
@ -64,7 +64,7 @@ $pagenext = $page + 1;
|
|||
if (! $sortfield) $sortfield="f.date_lim_reglement";
|
||||
if (! $sortorder) $sortorder="ASC";
|
||||
|
||||
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_ref_supplier="";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user