]> git.koha-community.org Git - koha.git/commit
Bug 7700: Cart's more details view shows identity numbers
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 11 Mar 2012 17:47:18 +0000 (18:47 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 5 May 2012 12:15:03 +0000 (08:15 -0400)
commit330aecda5dc2d6fb10059ef29c2b11d57201a685
tree4b0b51471592446eb9b9f95678ed0273535747c8
parent21abada751dcd199eedb8b904f92457b623254d7
Bug 7700: Cart's more details view shows identity numbers

We already remove $9 with Koha's authority number from output
of GetMarcSubjects and GetMarcAuthors.
Patch additionally removes $0 subfields with identity numbers.

Patch also effects detail pages with normal (non-XSLT) views.

Revised to always remove $0 subfields, they are not used in UNIMARC.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Biblio.pm