https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30089 --- Comment #5 from Katrin Fischer <katrin.fischer@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.