]> git.koha-community.org Git - koha.git/commit
Bug 9147: OPAC hidden fields are not hidden in ISBD view
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Mon, 26 Nov 2012 14:15:18 +0000 (15:15 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 1 Feb 2013 08:00:43 +0000 (21:00 +1300)
commit13c9a79a15d3ed7a4b126995e68bb664d1bab648
tree897ae78533d267c8076d25e92865810b3adf33e3
parentdc4477897cfb8951e662e4ac9db99efd46a480e9
Bug 9147: OPAC hidden fields are not hidden in ISBD view

When in framework a subfield has a number > 0 in hidden, it his hidden in MARCview.
It should be hidden also in ISBD view.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Does what it says, hides hidden fields on the OPAC

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests and QA script pass.

To test:
1) Hide 245$b or another field from ISBD view in your MARC
   framework by assigning a hidden value greater 0
2) Check the different views in OPAC, the field should be hidden now from
  - Labelled MARC view (as it was before this patch)
  - ISBD view
   It will still show up for plain MARC and XSLT views.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Biblio.pm