From fadc6b0d2ac9183dd02ab898894ed8c81eada0a0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Oct 2014 10:46:14 +0200 Subject: [PATCH 6/9] Bug 12648: Fix conflict with bug 12833 Signed-off-by: Paola Rossi --- svc/members/search | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svc/members/search b/svc/members/search index b2af851..8889773 100755 --- a/svc/members/search +++ b/svc/members/search @@ -61,7 +61,8 @@ foreach (grep {$_ =~ /^mDataProp/} keys %dt_params) { my $results; # If the user filled a term, maybe it's a cardnumber. # This cannot be the case if a first letter is given. -if ( not $firstletter +if ( $searchmember + and not $firstletter and $searchfieldstype and $searchfieldstype eq 'standard' ) { -- 1.7.10.4