forked from Wavyzz/dolibarr
Update /compta/salaries/index.php
This commit is contained in:
committed by
Laurent Destailleur
parent
fa89e310ae
commit
9b731753e7
@@ -64,7 +64,7 @@ else
|
|||||||
$typeid=$_REQUEST['typeid'];
|
$typeid=$_REQUEST['typeid'];
|
||||||
}
|
}
|
||||||
|
|
||||||
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_label="";
|
$search_label="";
|
||||||
|
|||||||
Reference in New Issue
Block a user