https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925 --- Comment #109 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Josef Moravec from comment #108)
Just a note: The patron_maxissueqty, and maxissueqty rules represents the same thing: it is number of max issues possible.
There is no setting from "Default checkout, hold policy by patron category" you can't make in the main circulation rules settings table. But as this is the same on master and as this development leads to revamp circulation rules setting UI, this could be fixed in the future. Hopefully the solution arise during developing/testing...
Reading your discussion with Joubu in IRC I think this is incorrect. Let say Branch A has rules for 'Patron' catgory: itype = BOOK, Current checkouts allowed = 5 itype = All, Current checkouts allowed = 5 This patron can checkout 5 books and 5 of anything else. If you also set "Default checkout, hold policy by patron category" for 'Patron' to 5 then the patron can only checkout 5 items total (e.g. 3 books, 2 anything else) The top section always checks the most specific rule and 'All' rules are really 'All not defined elsewhere' or 'Default' or 'Generic' - All is really a bad name when you look at it this way -- You are receiving this mail because: You are watching all bug changes.