Bug 33511

Summary: Gather print notices can only send overdue notices to the patron's home library
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: andreas.jonsson, lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Kyle M Hall (khall) 2023-04-12 21:01:02 UTC
The overdue notices generator can split overdues by home library, so if a patron is from library A and has overdues from libraries A, B and C, that person will receive 3 overdue notices ( one for each library's items ).

The problem is, the gather print notices cronjob also has the option to separate notices by branch, but it only works by patron home library. So, with this option enabled, all three overdue notices would by sent to library A.

What some libraries are expecting is that the notices for A's items goes to A, B's items goes to B, and so on.
Comment 1 Andreas Jonsson 2024-09-03 07:52:55 UTC
The script needs a parameter --split-on-from-address.  It would also be convenient with a paramater --email-to-from-address.