[Koha-bugs] [Bug 4040] Checking in an already confirmed on-hold item results in duplicate dialogs

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Feb 18 20:49:51 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4040





--- Comment #4 from Owen Leonard <oleonard at myacpl.org>  2010-02-18 19:49:50 ---
Even more data:

1. Item from Branch A is checked in at Branch B, automatically transferred to
Branch B:

+------------+------------+--------------+----------+----------+
| itemnumber | frombranch | datearrived  | tobranch | comments |
+------------+------------+--------------+----------+----------+
|       1432 | A          | NULL         | B        |NULL      | 
+------------+------------+--------------+----------+----------+

2. A hold is placed on the item by a patron at Branch C.

3. Item is checked in at Branch D, hold is confirmed.

+------------+------------+--------------+----------+----------+
| itemnumber | frombranch | datearrived  | tobranch | comments |
+------------+------------+--------------+----------+----------+
|       1432 | A          | NULL         | B        | NULL     | 
|       1432 | D          | NULL         | C        | NULL     | 
+------------+------------+--------------+----------+----------+

The item is now simultaneously in-transit to two different branches.

Looks like we need automatically cancel any open transfers for an itemnumber if
that itemnumber is being transferred for a hold.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list