https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #51 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- So I think the only thing left fixing are these 2 points right now, correct? BTW I am not sure about a linking table for links between records, but I would love to see a linking table for the EasyAnalytics feature that happens on item level and 'spills over' into the record with non-standard 77x entries. In reply to Josef Moravec from comment #38)
Comment on attachment 79810 [details] [review] Bug 11175: Show record component parts in the detail view
Review of attachment 79810 [details] [review]: -----------------------------------------------------------------
::: Koha/Biblio.pm @@ +388,4 @@
return $self->{_biblioitem}; }
+=head3 components
Please, provide tests for this method
@@ +399,5 @@
+ +sub components { + my ($self) = @_; + + return undef if (C4::Context->preference('marcflavour') ne 'MARC21');
Do not return explicit undef
-- You are receiving this mail because: You are watching all bug changes.