]> git.koha-community.org Git - koha.git/commit
Fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view
authorOwen Leonard <oleonard@myacpl.org>
Fri, 14 Jan 2011 14:31:24 +0000 (09:31 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 14 Jan 2011 14:43:19 +0000 (09:43 -0500)
commit8c981a7b7f6540ff78b070c11877be55b4248c62
tree0da7ebcdcf121974fd5b7fbe1ae9bb38e8f969c1
parent9d7681389d8d40db940ce94835ec6620348f8192
Fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view

Fixed by doing a pretty dumb copy of GetMarcNotes. Functional,
but it could be there is a more efficient way to do it given
we want one repeating tag rather than a range of tags?

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
- fixed small typo in opac-detail
- corrected isbd punctuation in opac-detail
- tested with 0, 1, 2, 3 isbns in 020, MARC21
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm
catalogue/detail.pl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
opac/opac-detail.pl