Skip to content

Commit

Permalink
Update /fourn/facture/impayees.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored and eldy committed Nov 23, 2014
1 parent 0384f90 commit ba7500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/impayees.php
Expand Up @@ -64,7 +64,7 @@
if (! $sortfield) $sortfield="f.date_lim_reglement";
if (! $sortorder) $sortorder="ASC";

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_supplier="";
Expand Down

0 comments on commit ba7500a

Please sign in to comment.