https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17509 --- Comment #52 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 80461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80461&action=edit Bug 17509: (follow-up) Logic moved from C4 to Koha namespace This patch simplifies logic by using Koha objects. Automated test has been moved from t/db_dependent/Reserves to t/db_dependent/Holds. Test plan: 1) apply patch 2) run database update 3) enable sending an email to the patrons to return an item whenever a hold request is placed on it (NotifyToReturnItemFromLibrary) 4) place a hold 5) patrons having checked-out the item on hold are notified by email (see HOLDPLACED_CONTACT letter) Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.