https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42349 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes the holdings release notes| |table on the record details | |page. The status column | |filter now works correctly | |when selecting the | |"Recalled" option, and | |lists recalls placed for a | |specific item. | | | |Previously, the "Recalled" | |filter did not work and all | |items for the record were | |listed instead. --- Comment #5 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Set the UseRecalls system preference to 'to Use'. 2. Update the All All circulation rule with recall settings: - Recalls allowed (total): 5 - Recalls per record (count): 5 - On shelf recalls allowed: If any unavailable - Recall due date interval (day): 5 - Recall overdue fine amount: 5 - Recall pickup period (day): 5 3. Checkout an item to the koha patron. (I used: Intermediate Perl (biblionumber = 126, item = 39999000005134)) 4. Edit a patron so you can log in as them (I used Mary Burton, and changed the password). 5. Log into the OPAC as the patron. 6. Place a recall on the item you checked out (use the "Recall a specific item" option, and select the item checked out). 7. On the holdings table for the record in the staff interface, the status column for the item should show something similar to Checked out to koha (42): due 04/22/2026 Recalled by Mary Burton (23529000651225) on 04/17/2026 8. Click the "Show filters" link. 9. In the dropdown list for the status column, select "Recalled". 10. Result = All items are shown, not just the item that has had a recall placed. 11. Apply the patch. 12. Restart everything: restart_all 13. Refresh the record details page. 14. Click the "Show filters" link. 15. In the dropdown list for the status column, select "Recalled". 16. Result = Only the item that the recall was placed on is listed. 17. Tests pass: prove t/db_dependent/Koha/Items.t -- You are receiving this mail because: You are watching all bug changes.