Bug 14914

Summary: Circulation limits: show in greater detail which limit(s) were exceeded
Product: Koha Reporter: Theodoros Theodoropoulos <theod>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
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 Theodoros Theodoropoulos 2015-09-28 13:39:37 UTC
When a limit in circulation is exceeded the librarians have no indication which limit was exceeded. 

Right now they get a generic warning: "too many checked out, 11 checked out, only 4 are allowed". 
Ideally the message should be more detailed. For example: "too many checked out, 11 checked out, only 4 items are allowed for patron category 'XXX' and item type 'YYY'"
Comment 1 Katrin Fischer 2023-08-05 14:16:24 UTC
It's a little more complicated: It could also be the overall limit that was reached, independent of itemtype. So both possibilities would need to be taken into account.