https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41664 --- Comment #1 from Thibaud Guillot (thibaud_g) <thibaud.guillot@biblibre.com> --- Created attachment 204745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204745&action=edit Bug 41664: Update OAI modification date of record A when an item moves to record B Moving an item away to another record did not update that date for the source record, even though external harvesters rely on it to detect changes. Test plan: 1. Apply the patch 2. prove t/db_dependent/Koha/Item.t 3. Note record A's OAI datestamp (SELECT timestamp FROM biblio_metadata WHERE biblionumber = <A>, or GetRecord via svc/oai.pl), move an item from A to B, confirm A's datestamp moved forward. 4. Confirm orders/holds/.. still transfer to B correctly. Sponsored-by: BibLibre -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.