+ push @options, $locale->text('Description') . " : $filter->{description}" if ($filter->{description});
+ push @options, $locale->text('Customer') . " : $filter->{customer}" if ($filter->{customer});
+ push @options, $locale->text('Type') . " : $filter->{type}" if ($filter->{type});