Bug 12648: Fix conflict with bug 12833

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Jonathan Druart 2014-10-01 10:46:14 +02:00 committed by Tomas Cohen Arazi
parent 8e91a0f01d
commit 481479fe62

View file

@ -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' )
{