https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37034
--- Comment #8 from Victor Grousset/tuxayo <[email protected]> --- Above is attached a follow-up to put a sample notice. Turns out a simple copy paste of BOOKING_CANCELLATION doesn't work. It needed the patron object and a loop to handle multiple items. Here is the output: ====================== Dear ****** ****** (******), We regret to inform you, that one or more bookings have expired. Title: Linux kernel development / Dates: 07/03/2024 to 11/10/2024 Title: Linux kernel development / Dates: 07/03/2024 to 11/10/2024 Title: Linux system programming / Dates: 07/03/2024 to 11/10/2024 Title: The Linux programming interface : Dates: 07/03/2024 to 11/10/2024 Kind regards Centerville ================== ----------------------- How does one make a record level booking? To be sure it work there too. ----------------- POD/--help should say it's only meant to be run daily because it only looks for the bookings expired the previous day. ----------------- POD: > This script is designed to alert patrons with bookings > ended a day before and not been converted into a loan. ↓↓↓ would be clearer with something like: [...]with bookings that expired on the previous day due to not being converted to a checkout. Another thing from terminology: https://wiki.koha-community.org/wiki/Terminology#I loan => checkout -- You are receiving this mail because: 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/
