[Koha-bugs] [Bug 3701] If the ReturnToShelvingCart syspref is on, and something needs to go in transit, the shelving cart setting is overriding the transit.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 9 15:33:54 CEST 2012


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

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

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

--- Comment #1 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 10026
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10026&action=edit
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.

It looks like the "checkin" from the script is telling Koha that the
in-transit has been received.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list