[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 3 07:53:51 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175

--- Comment #38 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list