https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41075 --- Comment #7 from Brendan Lawlor <blawlor@clamsnet.org> --- Thanks Nick! I understand for a digest of something like autorenewals, it makes perfect sense for them to come from the home library. With hold pickup notices it's a little odd because it causes people to second guess where they requested the pickup. I think partly the issue is the process_message_queue cron runs so frequently that hold pickup notices are rarely actually digested. Patrons mostly get single notices and get confused when it's not from the pick.up location they requested. Maybe a system preference like DigestHoldPickupNoticesBy with the options Home Library, Pickup Library could control this behavior. In a consortia, the pickup library might want something in their pickup notice and that becomes irrelevant if the sender and the pickup location don't match. Maybe it's possible to restructure this without a system preference, but that seems like it would probably be more complicated. Thanks for the tip to check the message_queue table for testing! -- You are receiving this mail because: You are watching all bug changes.