Bug 29187

Summary: Some libraries don't use print notices
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: robin
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) 2021-10-06 15:56:51 UTC
Sometimes print are generated as a fallback when a patron doesn't have an address for a message transport

These messages sit in the DB as 'pending' if gather print is not run

We should have a way to either:
1 - Clean these up (via cleanup database etc) without needing to change status (i.e. run gather print)
2 - Prevent generation of these messages if they will not be used