bug 2904: fix display of URLs in UNIMARC
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 6 Mar 2009 18:17:39 +0000 (12:17 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 6 Mar 2009 18:18:12 +0000 (12:18 -0600)
commite68c85db0efd4b9500432e11bd35694bf5254103
tree757ae1e9001b6ac0a765b4d711fd867ad55d0fb0
parent6b6c8e1dea2ce27add41672faf81eb49fd1d5559
bug 2904: fix display of URLs in UNIMARC

This based on a patch by Nahuel ANGELINETTI; done to
merge changes with Mason's patch for 2951.  The original
patch description is:

in the previous patch the field used for link "name" was 856$z, but the unimarc doesn't specify this, it say to use the 856$2 fi
This patch make koha to use the 856$2."

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Biblio.pm