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

--- Comment #5 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to