Bug 39669 - Update reserves notices to use Koha::Patron->queue_notice
Summary: Update reserves notices to use Koha::Patron->queue_notice
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:
Blocks: 37214
  Show dependency treegraph
 
Reported: 2025-04-17 16:10 UTC by Martin Renvoize (ashimema)
Modified: 2025-04-17 16:10 UTC (History)
0 users

See Also:
GIT URL:
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) 2025-04-17 16:10:19 UTC
This is one of the more challenging cases as C4::Reservers supports Digests and thus uses C4::Message.

It would be a good one to build out tests for and enhance the Koha::Patron->enqueue_notice message, allowing for more adoption of messaging preferences and digest functionality.