http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1945 oleonard@myacpl.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|paul.poulain@free.fr |rch@liblime.com ------- Comment #1 from oleonard@myacpl.org 2008-03-19 08:17 ------- Looks like we need a change to Biblio.pm starting at line 1970? if($marcflavour eq 'MARC21') { my $s3 = $field->subfield('3'); my $link = $field->subfield('y'); $marcurl->{'linktext'} = $link || $s3 || $url ;; $marcurl->{'part'} = $s3 if($link); $marcurl->{'toc'} = 1 if($s3 =~ /^[Tt]able/) ; } else { $marcurl->{'linktext'} = $url; } ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.