forked from Wavyzz/dolibarr
Fix clear search field
This commit is contained in:
@@ -80,6 +80,7 @@ else
|
|||||||
if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) // All test are required to be compatible with all browsers
|
if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) // All test are required to be compatible with all browsers
|
||||||
{
|
{
|
||||||
$search_ref = "";
|
$search_ref = "";
|
||||||
|
$search_user = "";
|
||||||
$search_label = "";
|
$search_label = "";
|
||||||
$search_amount = "";
|
$search_amount = "";
|
||||||
$search_account = '';
|
$search_account = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user