Merge branch 'new/bug11269' into 3.14.x
This commit is contained in:
commit
69ec188bce
1 changed files with 3 additions and 1 deletions
|
@ -1681,7 +1681,9 @@ sub searchResults {
|
||||||
while ( ( my $column ) = $sth2->fetchrow ) {
|
while ( ( my $column ) = $sth2->fetchrow ) {
|
||||||
my ( $tagfield, $tagsubfield ) =
|
my ( $tagfield, $tagsubfield ) =
|
||||||
&GetMarcFromKohaField( "items." . $column, "" );
|
&GetMarcFromKohaField( "items." . $column, "" );
|
||||||
$subfieldstosearch{$column} = $tagsubfield;
|
if ( defined $tagsubfield ) {
|
||||||
|
$subfieldstosearch{$column} = $tagsubfield;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# handle which records to actually retrieve
|
# handle which records to actually retrieve
|
||||||
|
|
Loading…
Reference in a new issue