https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22322
--- Comment #34 from Emmi Takkinen <[email protected]> --- Created attachment 189512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189512&action=edit Bug 22322: Handle setting transfer status correctly If one checked in an item which has a hold and which should be put in transfer, reason for transfer was set as "ResFound". This has been replaced with "Reserve" and using wrong reason parameter lead to error "The reason parameter is mandatory". Also if wrong transfer was detected, SCO would fail with error since branch where item should be transfered couldn't be determined just using the old transfers branchcode. To test: 1. Apply this patch. 2. Find an item which is checked out and has holds for a patron in different library. 3. Return item via SCO check in from SCO main page. => Item should be checked in succesfully. 4. Find an item which is in transit from a branch A to B and check it out from branch C. => Koha shouldn't fail on error. Also fix QA tool issues. Sponsored-by: Koha-Suomi Oy -- 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/
