https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27834
--- Comment #21 from Marcel de Rooy <[email protected]> --- CURRENT ALGORITHM IN SHORT We missed POD for TooMany ;) First look for effective rule with branch, cat, itype. If that is a branch rule, use CircControl filter else look at all checkouts. If the rule has an item type, only consider those checkouts, else exclude item types with a rule on the SAME level (either global or branch). After that it looks at a second rule (GetBranchBorrowerCircRule/patron_maxissueqty) under Default checkout policy (global or by patron category but without item type). Checkouts are always filtered here by CircControl logic. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
