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