[Koha-bugs] [Bug 21591] Data inconsistencies - Item types and biblio level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 24 22:23:55 CEST 2019


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

--- Comment #7 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list