https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42524 --- Comment #7 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 199482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199482&action=edit Bug 42524: Introduce and implement rebuild_priority_by_reservedate TO TEST: 1. APPLY PACTHES, updatedatabase, restart_all 2. Search for the new HoldPriorityWhenMoved system preferences, It should be set to "last" by default 3. With it set to 'last' follow the test plan for Bug 31698, everything should remain the same 4. Now set the HoldPriorityWhenMoved system preference to 'reservedate' 5. Now place some holds on a new record, making note of the reserevedate. You can use `select reserve_id, priority, reservedate from reserves` to keep track 6. Place a hold on a different record than the one in step 5. 7. Place a few more holds on the same record from step 5, this way you have a mix of reservedate's 8. `select reserve_id, priority, reservedate from reserves` again and notice the reservedates 9. Now move the hold from step 7 to the bib from step 5. 10. Observe the reservedates, confirm that priority is now order by reservedate -- You are receiving this mail because: You are watching all bug changes.