Bug 39316

Summary: Hold digest is not honored for print notices
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: NoticesAssignee: Lisette Scheer <lisette>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: lisette
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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.