Bug 3508 - Limit number of on-shelf holds per day
Summary: Limit number of on-shelf holds per day
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: PC All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Jane Wagner
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 06:46 UTC by Jane Wagner
Modified: 2012-10-26 00:51 UTC (History)
4 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:11:32 UTC


---- Reported by jwagner@ptfs.com 2009-08-05 18:46:57 ----

Sponsored by East Brunswick Public Library, East Brunswick, NJ, USA.

If on-shelf holds are allowed, limit the number of on-shelf holds a patron can place in one day.  Uses a new syspref MaxShelfHoldsPerDay to set that number.  For example, if the number is set to 5, a patron can only place five holds in one day on titles with at least one item available.  The patron can place additional holds on items that are currently checked out, and can place more on-shelf holds tomorrow.

Library staff can override the limit in staff mode.



---- Additional Comments From jwagner@ptfs.com 2010-05-12 14:38:49 ----

The fix for this was rolled into the max holds part of http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3507.  The fix for this bug (in ptfs-harley) can be pulled from the public git repository at http://github.com/Koha-PTFS, branch http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3507.




--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:11 UTC  ---

This bug was previously known as _bug_ 3508 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3508

Unknown operating system Windows 2000. Setting to default OS "All".
Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was jwagner@ptfs.com.
The original assignee of this bug does not have
   an account here. Reassigning to the default assignee
   for the component, gmcharlt@gmail.com.
   Previous assignee was kohaprogrammers@ptfs.com.
Bug reassigned, setting status to "NEW".
   Previous status was "ASSIGNED".

Comment 1 Paul Poulain 2011-03-22 12:51:28 UTC
patch available at: https://github.com/ptfs/Koha-PTFS
( may overlap with BibLibre stuff on #5872 )
Comment 2 Nicole C. Engard 2011-03-22 21:20:33 UTC
A patch needs to be submitted based on master for this - and either a link
right to the patch or an attached patch is necessary. Or this patch can be withdrawn in favor of the BibLibre development mentioned above.
Comment 3 Jared Camins-Esakov 2012-02-13 13:17:15 UTC
The Harley integration project has been stalled for some time.