[Koha-bugs] [Bug 8367] How long is a hold waiting for pickup at a more granular level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 25 18:24:24 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #36 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 15658
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15658&action=edit
Bug 8367: Followup Add more granular level for ReservesMaxPickUpDelay

This patch removes the ReservesMaxPickUpDelay syspref.
The update database script will update the issuingrules table with the
correct value before removing it.

1 new column: reserves.maxpickupdate (and for old_reserves). It
contains the waitingdate + the corresponding max pickup delay.
Each time the waitingdate is modified, this value will be modified too.

To test:
1/ Play with the reserve workflow (Add, remove, change priority, etc.) and
check there are no regression.
2/ Update the new column 'Holds pickup delay' in your issuing rules.
According to a library and an item type, the maxpickupdate value will be
equal to the waiting date + the pickup delay defined.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list