]> git.koha-community.org Git - koha.git/commit
Bug 3701 : BugFix - ReturnToShelvingCart
authorKyle M Hall <kyle.m.hall@gmail.com>
Thu, 8 Oct 2009 12:13:13 +0000 (12:13 +0000)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 25 Jul 2012 01:36:29 +0000 (13:36 +1200)
commit227cee59d68e5a643d2d4fc652c24f47f5e11f6c
treefa70d90656ba446aff38af2497f6208c62d73eed
parentfdcd1f72dd4785f1a12465d3d3b42b27da89ddf8
Bug 3701 : BugFix - ReturnToShelvingCart

If the ReturnToShelvingCart syspref is on, and something needs to go in transit,
the shelving cart setting is overriding the transit.

What seems to be happening is this:
  * Item is checked in, and flagged as needing to go in transit from A to B.
  * Item is immediately flagged as shelving cart, though.  Current display says both shelving cart and in transit.
  * After the cart-to-shelf script runs, item comes out of transit and
    shows as being available at the destination library, although it hasn't
    arrived yet and no one has manually checked it in.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Circulation.pm
C4/Items.pm
circ/returns.pl