]> 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>
Tue, 8 May 2012 21:49:11 +0000 (17:49 -0400)
commite91627a10a132e5091ae5439f5181785fd911f11
tree4b0b51471592446eb9b9f95678ed0273535747c8
parent1af499d82051732a924768afeba219f37594b0d0
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