koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1945] URLLinkText does not appear to do anything
Date: Wed, 19 Mar 2008 08:17:05 -0700 (PDT)

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


address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|address@hidden        |address@hidden




------- Comment #1 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]