https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #143 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to Ere Maijala from comment #136)
Joonas, was that an assumption or a verified problem? There's code in Items::MoveItemFromBiblio that does its best to handle holdings. A holdings record cannot be moved if an item is moved, but the mechanism tries to make sure there's a suitable holdings record used or added in the destination biblio.
I probably noticed the problem only in the code when I commented but try the following test case and you see the problem happens for real: 1) Create new record with item and a holdings record. Don't attach the holding to the item. 2) create another record with no items or holdings records 3) In cataloguing search (More -> Cataloging) make such search that you find both records 4) Select both of them and click "Merge selected". Select record with no items or holdings as there reference record (the one that will be kept) 5) After the merge is done notice that the holdings record didn't transfer to the merged record. -- You are receiving this mail because: You are watching all bug changes.