[Koha-bugs] [Bug 13297] Shelving location PROC does not work according to manual

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 19 14:16:26 CET 2014


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 33678
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33678&action=edit
Bug 13297 - Shelving location PROC does not work according to manual

According to the manual, "Items will stay in the PROC location until
they are checked in".

This is not the actual behavior. Right now items will only change from
PROC to CART, and that is only if InProcessingToShelvingCart is enabled.
Some libraries want to use the PROC to permanent location feature,
without using the CART.

Additionally, the location is only removed if using returns.pl, but
that is not what the manual says either. What if the library uses
SIP2 devices for handling returns? This should be taken into
account.

Test Plan:
1) Apply this patch
2) Set an item's current location to PROC, and it's permananet location
   to a different location.
3) Check the item in any way you wish
4) Note the shelving location is updated to the permanent location
5) prove t/db_dependent/Circulation/Returns.t

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


More information about the Koha-bugs mailing list