[Koha-bugs] [Bug 22789] Establish non-priority holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 25 20:14:25 CEST 2020


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

--- Comment #18 from Agustín Moyano <agustinmoyano at theke.io> ---
Created attachment 109128
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109128&action=edit
Bug 22789: Add non priority feature to C4 classes and staff interface

This patch implements necesary code to implement non priority feature

To test:
1) Apply all patches.
2) Run updatedatabase.
3) Checkout a specific item for patron1.
4) Place a hold on the same item for patron2 (do not check non priority
   hold checkbox).
5) Try to renew the item for patron1.
CHECK => in checkouts table, there is a message that the item could not
be renewed because there was a hold.
6) Cleanup all checkouts and holds.
7) repeat steps 3 to 5, but this time check the non priority checkbox.
SUCCESS => item was renewed
8) prove t/db_dependent/Holds.t

Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list