Update /comm/prospect/list.php
This commit is contained in:
parent
627e3e0a2b
commit
01e6d9fc12
@ -154,7 +154,7 @@ $sts = array(-1,0,1,2,3);
|
||||
$hookmanager->initHooks(array('prospectlist'));
|
||||
|
||||
// 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
|
||||
{
|
||||
$socname="";
|
||||
$stcomm="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user