[Koha-bugs] [Bug 34643] Split CircConfirmItemParts for self-checkout and self-checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 17 22:33:49 CET 2023


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

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

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

--- Comment #4 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 159113
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159113&action=edit
Bug 34643: Split CircConfirmItemParts for self-checkout and self-checkin

Many libraries wish to be able to allow self-check for multi-part items while
requesting librarians to verify the parts when checking out/in at the desk. It
makes sense to split CircConfirmItemParts into three prefs such that the
feature can be enabled/disabled for SCO and SCI independently.

Test Plan:
1) Apply this patch
2) Enable SCO and SCI
3) Set CircConfirmItemPartsSCO to "Don't allow"
4) Attempt to checkout out an item with materials via SCO, it should
   fail
5) Set CircConfirmItemPartsSCO to "Allow"
6) Repeat step 4, it should succeed
7) Set CircConfirmItemPartsSCI to "Don't allow"
8) Attempt to check in the item via SCI, it should fail
9) Attempt to check in the item via SCO, it should fail
9) Set CircConfirmItemPartsSCI to "Allow"
10) Attempt to check in the item via SCO and SCI, it should succeed!

Signed-off-by: AFHDubCoLib <andrewfh at dubcolib.org>

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


More information about the Koha-bugs mailing list