https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38151
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Cook <[email protected]> --- Hi Hugo, I've just tested using the below test plan, and it's working fine in the "main" branch. I found that returning it via the circulation module was misleading, but the restriction/suspension was the same in the end. I'll take a look on 23.11 to see if I can reproduce there... -- 1. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CumulativeRestrictionPeriods 2. Set syspref to "Cumulate" 3. Go to http://localhost:8081/cgi-bin/koha/admin/smart-rules.pl 4. Change circ rules 4a. Set "Suspension in days (day)" to 1 5. Checkout 39999000001310 with a due date 2 days in the past 6. Checkout 39999000004571 with a due date 2 days in the past 7. Checkin the 2 overdue items by going to the "Checkouts" tab below the checkout area and clicking "Check in selected items" 8. Go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51 9. Click on "Restrictions" and note that the Expiration date is 4 days from "now" 10. Remove the "Restriction" 11. Repeat the checkout process mentioned above 12. Go to http://localhost:8081/cgi-bin/koha/circ/returns.pl 13. Checkin 39999000001310 (and note that it says the patron is debarred until 2 days in the future) 14. Checkin 39999000004571 (and note that it says the "Patron was earlier restricted until" 2 days in the future) 15. Go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51 and note that the actual restriction is 4 days in the future -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
