Bug 28851

Summary: Separate AllFinesNeedOverride syspref into intranet and selfcheck versions
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28850
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2021-08-12 14:22:57 UTC
The syspref AllFinesNeedOverride makes all checkouts require a staff override. It's enforced on both the intranet and on selfchecks. It ends up completely blocking checkout on selfchecks for patrons with any fines, as there is no mechanism for a staff override.

It would be clearer and more flexible to split this into two sysprefs, one that applies to the intranet and one that applies to selfchecks.
Comment 1 Katrin Fischer 2023-07-01 13:03:31 UTC
Hi Andrew, are you referring to the web based self checkout or to SIP? For SIP this is configurable in the SIP XML config now.
Comment 2 Andrew Fuerste-Henry 2023-07-03 13:46:23 UTC
(In reply to Katrin Fischer from comment #1)
> Hi Andrew, are you referring to the web based self checkout or to SIP? For
> SIP this is configurable in the SIP XML config now.

Taking a guess at what I was thinking about 2 years ago, I think I was referring to the web-based self checkout.