Bug 33511 - Gather print notices can only send overdue notices to the patron's home library
Summary: Gather print notices can only send overdue notices to the patron's home library
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-12 21:01 UTC by Kyle M Hall (khall)
Modified: 2024-09-03 07:52 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.