https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814
--- Comment #111 from Marcel de Rooy <[email protected]> --- Now seeing this as a result of running (only) step 5 again of the test plan including a re-seed: +-------------------+------------+---------------------+---------------------+------------+-------------+---------------------+----------+----------------+--------------+---------------------+ | branchtransfer_id | itemnumber | daterequested | datesent | frombranch | datearrived | datecancelled | tobranch | comments | reason | cancellation_reason | +-------------------+------------+---------------------+---------------------+------------+-------------+---------------------+----------+----------------+--------------+---------------------+ | 129 | 4 | 2026-08-10 14:04:16 | 2026-08-10 14:04:16 | CPL | NULL | 2026-08-10 14:05:36 | FFL | BATCHTEST19814 | Manual | WrongTransfer | | 130 | 4 | 2026-08-10 14:05:36 | NULL | CPL | NULL | NULL | FFL | NULL | Manual | NULL | | 131 | 4 | 2026-08-10 14:05:36 | 2026-08-10 14:05:36 | CPL | NULL | NULL | MPL | NULL | Reserve | NULL | | 132 | 8 | 2026-08-10 14:05:36 | 2026-08-10 14:05:36 | CPL | NULL | NULL | MPL | NULL | ReturnToHome | NULL | +-------------------+------------+---------------------+---------------------+------------+-------------+---------------------+----------+----------------+--------------+---------------------+ But note that I am wondering what we really expect Koha to do here? We are checking in an item at CPL while there is an active transfer to FFL. So this is a wrong situation that should normally not occur. Assuming that we have the item at hand in CPL now (checkin), the transfer is wrong (why recreate it)? Shouldnt we just create a transfer to MPL for the hold (as happens now too)? After step 5, I decided to check in the item at Midway to see what happens. I confirm the hold and The transfer to MPL is marked arrived. I checkout to this patron and check in again. A transfer is automatically created from MPL to CPL (ReturnToHome). Note that the transfer to FFL got marked as arrived at the same time as the fist checkin on Midway, so same time as CPL-MPL transfer. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
