https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42329 --- Comment #2 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Walking through the different combinations of permission and system preference settings here: 1 - AllowFineOverride set to Don't allow, without force_checkout permission: Checkout blocked 2 - AllowFineOverride set to Don't allow, with force_checkout permission: Checkout allowed 3 - AllowFineOverride set to Allow, without force_checkout permission: Checkout blocked 4 - AllowFineOverride set to Allow, with force_checkout permission: Checkout allowed The value of the system preference is not actually changing anything beyond display -- setups 2 and 4 give different messaging to the user but allow the same behavior. If this is the desired behavior, the system preference should be removed. But my expectation is that AllowFineOverride will behave like AllowNotForLoanOverride and AllowTooManyOverride. That behavior is: 1 - AllowNotForLoanOverride set to Don't allow, without force_checkout permission: Checkout blocked 2 - AllowNotForLoanOverride set to Don't allow, with force_checkout permission: Checkout blocked 3 - AllowNotForLoanOverride set to Allow, without force_checkout permission: Checkout blocked 4 - AllowNotForLoanOverride set to Allow, with force_checkout permission: Checkout allowed The system preference dictates the extent of the permission. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.