[Koha-bugs] [Bug 20001] ILL: Adding a 'new request' from OPAC is not possible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 18 17:32:05 CET 2018


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

--- Comment #10 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 70696
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70696
Bug 20001: Fix confusion between array and arrayref

Review of attachment 70696:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20001&attachment=70696)
-----------------------------------------------------------------

::: Koha/Illrequest.pm
@@ +478,4 @@
>  
>  sub available_backends {
>      my ( $self ) = @_;
> +    my $backends = $self->_config->available_backends;

YIKES! Line 117 of Koha/Illrequest/Config.pm in available_backends returns
\@backends, which should be this, and not what it was. Nice fix.

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


More information about the Koha-bugs mailing list