mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update /contrat/services.php
This commit is contained in:
parent
84d3bd2b43
commit
c97e95f6ab
|
|
@ -69,7 +69,7 @@ $staticcontrat=new Contrat($db);
|
|||
$staticcontratligne=new ContratLigne($db);
|
||||
$companystatic=new Societe($db);
|
||||
|
||||
if (GETPOST("button_removefilter"))
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
|
||||
{
|
||||
$search_name="";
|
||||
$search_contract="";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user