https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441
--- Comment #5 from Marcel de Rooy <[email protected]> --- (In reply to David Nind from comment #3) > Has this been fixed some other way, or have I totally screwed up caching/my > git clone/testing? Or is it UNIMARC specific? Koha/Filter/MARC/EmbedItems.pm: push @item_fields, $item->as_marc_field( { mss => $mss } ); opac/opac-ISBDdetail.pl: { filters => [ 'EmbedItems', 'ViewPolicy' ], Use of as_marc_field is not very widespread. catalogue/ISBDdetail.pl does not use it. -- 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/
