BugFix - ReturnToShelvingCart
authorKyle M Hall <kyle.m.hall@gmail.com>
Thu, 8 Oct 2009 12:13:13 +0000 (12:13 +0000)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 24 Jul 2012 13:05:23 +0000 (15:05 +0200)
commit217fef5749ca814c6776d234bfb33ea301c47862
tree5cc3929c851aa496a24791df737017840729c731
parenta64ed6722b256a9d1db674288bf859c1b4babcca
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.

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

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