https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 88377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88377 Bug 21591: Additionally check for blank strings in itypes Review of attachment 88377: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21591&attachment=88377) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ +330,4 @@
# Check for item on shelves and OnShelfHoldsAllowed return { status => 'onShelfHoldsNotAllowed' } + unless ( IsAvailableForItemLevelRequest($item->unblessed,$borrower) );
Is that change correct? -- You are receiving this mail because: You are watching all bug changes.