[Koha-bugs] [Bug 30089] Placing holds on OPAC broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 14 23:04:56 CET 2022


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

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Comment on attachment 130581
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130581
Bug 30089: Fix placing holds on OPAC after Bug 29844

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

::: opac/opac-reserve.pl
@@ +530,5 @@
> +                    kohafield        => 'items.notforloan',
> +                    authorised_value => $itemLoopIter->{notforloan}
> +                }
> +            );
> +            $itemLoopIter->{notforloanvalue} = $notforloan_av->{opac_description} // '';

I believe this line is not right - if OPAC description hasn't been set, the
normal description should be used.

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


More information about the Koha-bugs mailing list