Update /compta/dons/list.php
This commit is contained in:
parent
5b0b222772
commit
979eadf42e
@ -50,7 +50,7 @@ $search_amount = GETPOST('search_amount','alpha');
|
|||||||
|
|
||||||
if (!$user->rights->don->lire) accessforbidden();
|
if (!$user->rights->don->lire) accessforbidden();
|
||||||
|
|
||||||
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="";
|
||||||
$search_company="";
|
$search_company="";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user