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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 18 Jan 2013 02:12:29 +0000 (21:12 -0500)
commitec6dd32bde6564e1be2f4a29b33fa38d9b101d35
tree90f3a390dd438fd82dad50a640895faddae559ea
parent54af338d970e8c657dccd3585f977f40b406b0ff
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>
C4/Biblio.pm