Bug 39316 - Hold digest is not honored for print notices
Summary: Hold digest is not honored for print notices
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Lisette Scheer
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-12 12:39 UTC by Nick Clemens (kidclamp)
Modified: 2025-03-12 14:55 UTC (History)
1 user (show)

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 Nick Clemens (kidclamp) 2025-03-12 12:39:57 UTC
When a patron has 'Email' + 'Digest only' set for their messaging preferences, but doesn't have an email, we fall back to print.

When we do this we don't use the sub in $send_notification - this means there is a print per each hold.

While falling back we should still honor the digest option.