https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38509
--- Comment #5 from Thibaud Guillot (thibaud_g) <[email protected]> --- Created attachment 185882 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185882&action=edit Bug 38509: Set correct transfer when a hold exists When you transfer a reserved item, a pop up appears. Depending on your action, if you choose to transfer the item anyway, the flow is not normal afterwards: - Item is not added to branchtransfers sql tables (so neither in "Transfer to receive" section) - It does not appear in the list under the transfer action - Its homebranch is immediately that of destination site Test plan: 1) Place hold on item specific or not, with pickup library different than current library for a real case 2) Transfer this item to another library (library choose for pickup for example) 3) You will see a pop up (with incorrect label destination) 4) After confirm it, pop up disappears and none transfer is saved in branchtransfers table (neither in 'transfer to receive' section) 5) On biblio page you will already see item with new homebranch 6) Apply this patch and restart_all 7) Perform the same action, place a hold then transfer item 8) Pop up shows now the correct label destination 9) Transfer will be correctly performed, appears in branchtransfers sql table and 'transfer to receive' section (for destination site). Also item homebranch does not changes until the destination site check in it. Sponsored-by: BibLibre Co-authored-by: bwoj - [email protected] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
