Bug 6034 - Shelving cart feature can wipe permanent shelving location in certain...
authorJane Wagner <jwagner@ptfs.com>
Fri, 1 Apr 2011 14:28:04 +0000 (10:28 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 10 Aug 2011 01:06:51 +0000 (13:06 +1200)
commit2bb9904ab3379812e75c0fb5681e43ea530046af
tree5f1e161b8740cbb866ddd6a0016d4d90a50505c7
parentddfd5446ffea67adefe4beaebbbd8cfa832dd09f
Bug 6034 - Shelving cart feature can wipe permanent shelving location in certain circumstances

Bugfix for problems when shelving cart used without In Processing settings

To test, with InProcessingToShelvingCart off, NewItemsDefaultLocation blank,
and ReturnToShelvingCart on, create a new item.  Check the contents of the
location and permanent_location fields in its item record -- the same value
should be in both.  Then run the item through checkin, and look at those fields
again.  The location field should now be set to CART while permanent_location
should still have the original value.  After the cart_to_shelf cron job runs
with the proper timing, check the item record again.  Both location and
permanent_location should again be identical.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Items.pm
cataloguing/additem.pl