From 5d7b359c9cd238f66c94bac38427c466bcb39269 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Oct 2014 10:46:14 +0200 Subject: [PATCH] [PASSED QA] Bug 12648: Fix conflict with bug 12833 Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall --- svc/members/search | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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.2.5