[Bug 11175] Show the parent record's component parts in the detailed views
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #38 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 79810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79810 Bug 11175: Show record component parts in the detail view Review of attachment 79810: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11175&attachment=79810) ----------------------------------------------------------------- ::: 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org