[Koha-bugs] [Bug 5911] Transport Cost Matrix of transporting an item between branches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 30 15:52:55 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5911

Kyle M Hall <kyle.m.hall at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9752|0                           |1
        is obsolete|                            |

--- Comment #23 from Kyle M Hall <kyle.m.hall at 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 at 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.


More information about the Koha-bugs mailing list