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)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 04:18:49 +0000 (05:18 +0100)
commit454386a849087a683951507e1adec5d07ddf4141
tree7e823e098335f290c8e9a63493e08b78f944c0d4
parentb86b5a29799493014d475e181802861738df7ec4
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>
C4/Biblio.pm