[Koha-bugs] [Bug 9762] Log circulation overrides

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 7 18:04:27 CET 2021


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

Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caroline.cyr-la-rose at inlibr
                   |                            |o.com

--- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> ---
I'm trying to make a list of all possibilities where someone can override a
restriction. I don't know if it's useful for a developer...

Circulation -- Checking out

- Check out an item that is age restricted (AgeRestrictionOverride syspref)
- Check out an item that has a not for loan status (AllowNotForLoanOverride
syspref)
- Check out an item that has a lost status (IssueLostItem syspref)
- Check out an item to a patron who has reached the checkout limit
(AllowTooManyOverride syspref)
- Check out an item to a patron who is not allowed to borrow this item type
- Check out an item to a patron who has unpaid fines (AllFinesNeedOverride
and/or AllowFineOverride + noissuescharge sysprefs)
- Check out an item on hold for someone else
- Check out an item on hold ready for pickup by someone else
- Check out an item already checked out to someone else
(AutoReturnCheckedOutItems syspref)
- Check out to a patron who has restrictions

Circulation -- Checking in

- Ignore a hold upon check in
- Ignore a hold & transfer upon check in

Circulation -- Renewing

- Renew an item on hold for someone else
- Renew an item that has reached the maximum amount of renewals

Holds

- Place a hold for a patron who is not allowed to put this item type on hold
- Place a hold for a patron who has reached the maximum amount of holds
- Place an item-level hold when rules say this is not allowed

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


More information about the Koha-bugs mailing list