http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5911 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9752|0 |1 is obsolete| | --- Comment #23 from Kyle M Hall <kyle.m.hall@gmail.com> --- Created attachment 9850 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9850&action=edit [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.