[Koha-bugs] [Bug 26963] Improve Koha::Item::pickup_locations performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 12 17:21:04 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963

--- Comment #58 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I think we should keep the number of tests, don't you?


I wrote a similar patch than "Don't delete existing data before tests" today:
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113551

I will drop mine, but I think this part makes sense:
+            next
+              unless grep { $pickup_location eq $_ } @branchcodes;


Do we agree that this change can be considered an enhancement?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list