Bug 14979 - Limit the number of "in process" purchase suggestions a patron can place at one time
Summary: Limit the number of "in process" purchase suggestions a patron can place at o...
Status: RESOLVED DUPLICATE of bug 15128
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 11:57 UTC by Kyle M Hall
Modified: 2016-06-16 17:27 UTC (History)
1 user (show)

See Also:
Change 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 Kyle M Hall 2015-10-08 11:57:58 UTC
Patron's have the ability to place an unlimited number of suggestions from the OPAC. This has been an issue at some libraries where some patrons will place many dozens or more suggestions at once.

Here's the idea:
1) Add new system preference "MaxOpenSuggestions"
2) Modify opac-suggestions.pl to count the number of suggesions the patron has that are not Accepted or Rejected
3) If that count has reached the number specified in MaxOpenSuggestions, deny the ability to place another suggestion with the message:
"You have reached your limit of suggestions you can place at this time. Once the library has processed those suggestions you will be able to place more"
Comment 1 Nicole C. Engard 2016-06-16 17:27:39 UTC

*** This bug has been marked as a duplicate of bug 15128 ***