https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27834
--- Comment #22 from Marcel de Rooy <[email protected]> --- TESTING SOME SAMPLE RULES A more fundamental question is how to interpret circ rules at global level (without branch) and branch level. To illustrate, an example with a few rules (branch, item type, patron category, max loans), ignoring paton category for simplicity: [GLOBAL] Undef, undef, undef, 4 [GLOBAL] Undef, BK, undef, 2 [BRANCH] CPL, BK, undef, 1 [BRANCH] MPL, undef, undef, 3 And no rules for a third branch RPL. No patron_maxissueqty defined at any level. What if CircControl == ItemLibrary? A patron may have 8 books: 1 BK from CPL, 3 from MPL, 2 others from CPL, 2 from RPL. But in another checkout order I just got 6 books. Very confusing! What if CircControl == PatronLibrary? A CPL patron may have 5 ( 1 BK, 4 others), a MPL patron 3, a RPL patron 6. What if CircControl == PickupLibrary? A patron may have 9 books: 1 BK and 4 others picked up at CPL, 3 others picked up at MPL, 1 BK picked up at RPL While testing this, I was sometimes surprised by the results. Showing that we ended up in a very non-intuitive setup? -- 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/
