[Koha-bugs] [Bug 35431] TransportCostMatrix should be checked after HoldsQueuePrioritizeBranch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 29 14:37:35 CET 2023


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

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 159336
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159336&action=edit
Bug 35431: Check TransportCostMatrix if hold not filled by
HoldsQueuePrioritizeBranch

This patch changes an elsif to an if to ensure the matrix is checked every time

To test:
1 - Apply unit test patch only
2 - prove -v t/db_dependent/HoldQueue.t
3 - It fails
4 - Apply this patch
5 - prove -v t/db_dependent/HoldQueue.t
6 - It passes
7 - All other tests continue to pass as well

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


More information about the Koha-bugs mailing list