[Koha-bugs] [Bug 27637] New: Allow ReservesMaxPickUpDelay to be adjusted based on item values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 5 14:07:13 CET 2021


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

            Bug ID: 27637
           Summary: Allow ReservesMaxPickUpDelay to be adjusted based on
                    item values
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

The syspref ReservesMaxPickUpDelay contains a number of days to be added to the
current date in order to derive the expiration date for a hold. It allows no
variation for item types, libraries, etc.

I propose a new companion syspref of ReservesMaxPickUpDelayAdjustments (or
something). It'd take a set of item table fields, values, and numbers to be
added to the ReservesMaxPickUpDelay value. So something like:
holdingbranch: CPL: 2
itype: DVD: -3

Would mean holds on items at CPL would get 2 extra days, holds on DVDs would
get 3 fewer days.
Whatever syntax we arrive at should allow grouping conditions, so a library
could adjust pickup delays for only a specific itype at a specific branch, for
example.

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


More information about the Koha-bugs mailing list