[Koha-bugs] [Bug 1945] URLLinkText does not appear to do anything

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Mar 19 16:17:05 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1945


oleonard at myacpl.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|paul.poulain at free.fr        |rch at liblime.com




------- Comment #1 from oleonard at 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.





More information about the Koha-bugs mailing list