Bug 30343 - Any failed delivery method in overduerules.pl produces a printed notice in attachment.txt
Summary: Any failed delivery method in overduerules.pl produces a printed notice in at...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-23 16:11 UTC by Christopher Brannon
Modified: 2024-09-09 09:09 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 Christopher Brannon 2022-03-23 16:11:25 UTC
Previously we had only used the e-mail delivery method in overduerules.pl.  This worked great.  When a patron didn't have an e-mail address, a printed notice was added to the attachment.txt file for printed notices.

Now we have phone and sms added as delivery methods.  However, if ANY of these fail (no SMS number or no primary phone, or in the case of Twilio, if the same notice is sent via e-mail or sms, the phone status shows as deleted to prevent duplication) a printed notice is added to the attachment.txt file for printed notices.

There should be option to determine if a printed notice is generated if ANY of the other methods fail, or if ALL of the methods fail.