https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #2)
Confirmed, testing with 245$c this time.
Normal view and labelled MARC view are ok, plain MARC view displays the field.
I see it on both labelled MARC (catalogue/labeledMARCdetail.pl) and normal (catalogue/detail.pl) views. Tested with 245$h. labeledMARCdetail.pl: TITLE STATEMENT E Street shuffle : the glory days of Bruce Springsteen & the E Street Band / Clinton Heylin. this is 245$h detail.pl (in the h1.title): E Street shuffle : the glory days of Bruce Springsteen & the E Street Band / Clinton Heylin. this is 245$h MARC preview (from svc/records/preview): 245 1 0 _aE Street shuffle : _bthe glory days of Bruce Springsteen & the E Street Band / _cClinton Heylin. _hthis is 245$h Hidden in catalogue/MARCdetail.pl - OK Note that catalogue/ISBDdetail.pl also displays the field (C4::Biblio::GetISBDView only hides the fields for OPAC): 730 # OPAC hidden subfield 731 next 732 if ( ( $template eq 'opac' ) 733 && ( $tagslib->{$fieldvalue}->{$subfvalue}->{'hidden'} || 0 ) > 0 ); -- You are receiving this mail because: You are watching all bug changes.