@@ -, +, @@ --------- -- may strangely be quiet. -- should be noisy. -- will always be noisy now. -- will be quiet. -- will be quiet. -- will be quiet. --- Koha/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Biblio.pm +++ a/Koha/Biblio.pm @@ -579,7 +579,7 @@ sub get_coins { push @authors, $au; } } - $title = $record->subfield( '245', 'a' ) . $record->subfield( '245', 'b' ); + $title = $record->field('245')->as_string('ab'); if ($titletype eq 'a') { $pubyear = $record->field('008') || ''; $pubyear = substr($pubyear->data(), 7, 4) if $pubyear; --