http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5911 --- Comment #24 from Kyle M Hall <kyle.m.hall@gmail.com> --- Correction, I wrote "correct branch" where I meant "correct item". Kyle (In reply to comment #23)
Created attachment 9850 [details] [SIGNED OFF] Bug 5911 - Transport Cost Matrix
Create transport_cost table, added UseTransportCostMatrix syspref. transport_cost table contains branch to branch transfer costs. These are used for filling inter-branch hold transfers.
Moved GetHoldsQueueItems() from .pl to HoldsQueue.pm
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Automated tests passed. Manual tests passed.
NOTE: This feature will not choose the correct branch if holds and/or pickup locations have changed since the last time build_holds_queue.pl has run. Perhaps C4::HoldsQueue::CreateQueue should be run each time a hold is added/modified to ensure timely correctness of the holds queue.
-- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.