https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27064
--- Comment #12 from Martin Renvoize <[email protected]> --- (In reply to Victor Grousset/tuxayo from comment #8) > Seems to works as expected but I see 4 transfers in the UI (Transferred > items) > And I'm not sure if the data is correct. > > (tried to make the table compact, so stuff was abridged) > > --+--------+--------+----+-------+--------+---+------------+----------- > id|dt_rqstd|datesent|from|darrive|dcancel |to |reason |canc_reason > --+--------+--------+----+-------+--------+---+------------+----------- > ↓↓↓↓↓↓↓↓↓↓ 6) set the hold waiting - click it ↓↓↓↓↓ > 1|18:50:39|18:50:39|CPL |8:50:48| |FFL|Manual |NULL > ↓↓↓↓↓↓↓↓↓↓ Revert the hold or cancel and place a new one (NOT SURE ABOUT > THAT)↓↓↓ > 2|18:52:43|18:52:43|CPL | |18:53:19|FFL|Manual |Manual > ↓↓↓↓↓↓↓↓↓ 14) Click that↓↓↓↓↓ > 3|18:53:19|18:53:19|CPL | |18:53:24|FFL|Manual |CancelRes > ↓↓↓↓↓↓↓↓↓ 16) choose 'cancel↓↓↓↓↓ > 4|18:53:24| |CPL | |18:53:24|CPL|TransfCancel|Manual > 5|18:53:24|18:53:24|CPL | | |FFL|Manual |NULL > --+--------+--------+----+-------+--------+---+------------+----------- To highlight the issue I'm referring to using Victors test data above.. It's the final transfer that's an error, not with this bug, but with another that's already in master. It's is a 'return to sending branch' that's triggered by the cancellation.. this happens automatically when the item is perceived to be 'in_transit'.. problem is.. ModItemTransfer always puts items immediately in transit.. but there are times when that isn't the right action and the item hasn't actually left the building as such yet.. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
