[Koha-bugs] [Bug 31521] Allow to configure behaviour when checking in a reserved item at SCO

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 5 16:16:53 CEST 2022


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 140212
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140212&action=edit
Bug 31521: Configure behaviour when checking in a reserved item at SCO

This patch adds a system preference (SCOCheckinIfReservedBehaviour)
which allow to control the behaviour of SCO checkin when the returned
item is reserved:
- allow checkin (current behaviour)
- allow checkin and show a message
- forbid checkin and show a message

The message is configurable is another system preference
(SCOCheckinIfReservedMessage)

Test plan:
1. Apply patch, run updatedatabase.pl and restart koha
2. Enable WebBasedSelfCheck and SCOAllowCheckin
3. (Staff) Set SCOCheckinIfReservedBehaviour to "Forbid checkin & show
   message"
4. (Staff) Write some text in SCOCheckinIfReservedMessage
5. (Staff) Checkout an item I to patron A
6. (Staff) Place a hold on item I for patron B
7. (SCO) Log in to SCO with patron A
8. (SCO) Try to return item I
   The configured message should be displayed and item I should still be
   checked out
9. (Staff) Set SCOCheckinIfReservedBehaviour to "Allow checkin & show message"
10. (SCO) Try to return item I
    The configured message should be displayed and item I should have
    been checked in
11. (Staff) Checkout item I to patron A again
12. (Staff) Set SCOCheckinIfReservedBehaviour to "Allow checkin"
13. (SCO) Try to return item I
    The configured message should NOT be displayed and item I should
    have been checked in

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


More information about the Koha-bugs mailing list