Bug 37214 - We should migrate to Koha::Patron->queue_notice wherever possible
Summary: We should migrate to Koha::Patron->queue_notice wherever possible
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 21781 15986
Blocks:
  Show dependency treegraph
 
Reported: 2024-06-27 15:05 UTC by Martin Renvoize (ashimema)
Modified: 2024-06-27 15:05 UTC (History)
0 users

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 Martin Renvoize (ashimema) 2024-06-27 15:05:35 UTC
The 'queue_notice' method introduced to Koha::Patron in bug 15986 introduces a wrapper around GetPreparedLetter and EnqueueLetter that will appropriately pick the message transport type and for the patron based on their own preference and personal data provided.

We should try to use this method consistently throughout Koha rather than manually setting these in different area's of the codebase.