[Koha-bugs] [Bug 18785] Add Koha::Subscription::biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 13 23:16:20 CEST 2017


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Julian you must force the context to make sure the following code will not
explode:

  my $s = Koha::Subscriptions->find(42);
  $template->param( biblio => $s->biblio );

Cannot use "->find" in list context at
/home/vagrant/kohaclone/Koha/Subscription.pm line 48.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list