Bug 17941 avoid scanning the full cartesian product
authorFrancesco Rivetti <oha@oha.it>
Tue, 14 Feb 2017 10:13:51 +0000 (11:13 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 3 Mar 2017 16:50:26 +0000 (16:50 +0000)
commit35e3678f13e47b5e9596b4a4d62cb050e1832760
treea052f3bba48c1383a38c72dc6beb5fa956628b2c
parent50c5708fe8ed74e22d78d9acb81080c7840954dc
Bug 17941 avoid scanning the full cartesian product

when a item match a borrower, there is no point in checking the
other borrowers

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm