https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24868
--- Comment #5 from Nick Clemens <[email protected]> --- Created attachment 105356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105356&action=edit The different queries used to count holds vs issues You can see that for issues, if using a default rule we remove the branch restriction from the search. For reserves we don't make this distinction, this is the cause of the behaviour here that is not explained in the text on the page i.e. that reserves control changes the way holds are counted. Additionally, looking at the holds counting, the check for matching borrowers.branchcode is a tautology - find holds where the borrower's branchcode is the borrower's branchcode :-) We don't bother with this check in the issues -- 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/
