]> 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 07:59:53 +0000 (20:59 +1300)
commit83e96f1b72a92c223e9c09b6096cd5e2f741a1f5
tree55944e2d6dd2dde7b0a9fe932fc06bacc5d8eacb
parent711431ab45e29412666dab05c3e1454bf703f7c9
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