https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8331
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #3 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
