Bug 33474 - Don't create a notice for patrons without email when UseEmailReceipts is used
Summary: Don't create a notice for patrons without email when UseEmailReceipts is used
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-10 15:45 UTC by Katrin Fischer
Modified: 2023-04-10 15:45 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2023-04-10 15:45:50 UTC
With UseEmailReceipts set to "Send" it will always create an entry in the message_queue, even if the user has no email address.

We should not create the notice, when the patron has no email.

I am not sure about falling back to print since the those would probably just be handed out and not mailed to the patron. There is also already a print option in Accounting to create a printed receipt.