https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28510
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121588|0 |1 is obsolete| | --- Comment #6 from David Nind <[email protected]> --- Created attachment 122195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122195&action=edit Bug 28510: Remove unnecessary conditional It makes sense to use items by branch to get the list of branches, as it already tells use which branches have available items. We could use branches to pull from instead, but all we would accomplish is added extra ununsed loop iterations. We already know that any additional branches in the branches to pull loop have no items to fill holds. If they did, they would be in the items_by_branch hash. Signed-off-by: David Nind <[email protected]> -- 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/
