https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39988
--- Comment #1 from Pedro Amorim <pedro.amo...@openfifth.co.uk> --- If you enter the following under <interlibrary_loans> in koha-conf.xml: <borrower_category> <code>S</code> <request_limit> <method>active</method> <count>2</count> </request_limit> </borrower_category> I believe you can effectively limit the number of requests that a given patron category can place. Any requests placed over that become "QUEUED". This works for any backend. Look at 'backend_create' in Koha::ILL::Request. I don't believe this information is well documented and this particular functionality was added 8 years with the very first push of the ILL module. I'm not sure if this answers this use case specifically, but thought this would be useful information to add here regardless. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/