https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41280
--- Comment #6 from Marcel de Rooy <[email protected]> --- Created attachment 189911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189911&action=edit Bug 41280: Fix missing branchcode for patron qty rule Since we now want to check if the rule is global or not, we need more than the rule value returned by GetBranchBorrowerCircRule. This highlights another issue in this code (for a new report): the code assumes that there is a regular issue rule on the same level (global or branch) for regular issues when counting onsite issues. Theoretically, this may not be the case. Added FIXMEs. -- 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/
