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

Roman Dolny <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #168588|0                           |1
        is obsolete|                            |

--- Comment #3 from Roman Dolny <[email protected]> ---
Created attachment 169874
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169874&action=edit
Bug 30274: Prevent non-reservable item to be set as waiting at checkin

Test plan:
1. Create a biblio with 2 items:
  * 1st item:
    * Barcode: ITEM1
    * Item type: TYPE1
    * Homebranch and holdingbranch: LIBRARY
  * 2nd item:
    * Barcode: ITEM2
    * Item type: TYPE2
    * Homebranch and holdingbranch: LIBRARY
2. Create a circulation rule for LIBRARY, TYPE1 with "Holds allowed
   (total)" = 1
3. Create a circulation rule for LIBRARY, TYPE2 with "Holds allowed
   (total)" = 0
4. Place a biblio-level hold on that biblio with a patron from library
   LIBRARY.
5. Check in: ITEM2
   Without the patch, the "Hold found" popup appears, allowing you to
   confirm hold for a non-reservable item
   With the patch, no popup appears.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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