Bug 31998 - Overdue print notice cron issue (owning library vs issuing library)
Summary: Overdue print notice cron issue (owning library vs issuing library)
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: 21.11
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-26 18:42 UTC by Laura O'Neil
Modified: 2022-10-26 21:39 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laura O'Neil 2022-10-26 18:42:11 UTC
Overdue notices are currently sent to the patron’s home library, not the owning or issuing library. The problem is the letter template used is based on either the owning or the issuing library (based on the cronjob option --frombranch). That means if a Library A patron has an overdue checked out/owned by Library B, then Library A will receive a print notice formatted with Library B’s template.

To resolve this we can do one of two things:
A) Add an option to format the notice using the template from the patron’s home library

B) Add an option to send notices for print to the patron’s home library, but to the owning/checkout library

(A) is a simpler solution, though (B) may be wanted by library systems that are more “independent” and don’t want to mail notices for overdues at other libraries.
Comment 1 Katrin Fischer 2022-10-26 20:36:34 UTC
We had a similar issue with the email, just linking the 2 in case there is some similarity.
Comment 2 Katrin Fischer 2022-10-26 20:38:12 UTC
Laura, can you please clarify:

* Is the wrong notice template used?
* Is the email sent to the wrong library? (and is this the CC, the one for users without email or some other mail?)