Bug 19460

Summary: Limit total number of checkouts allowed per patron by patron category code
Product: Koha Reporter: Kyle M Hall <kyle>
Component: Architecture, internals, and plumbingAssignee: Kyle M Hall <kyle>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: 1joynelson
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2017-10-13 13:30:00 UTC
Goal of development: Limit total number of checkouts allowed per patron by patron category code

Work to be done:
1) Add new circulation rule "Max checkouts ( global, most restrictive )" to circulation rules.
2) Modify C4::Circulation::TooMany to respect this new rule
3) Modify script and template to show errors relating to this new rule