Bug 38404

Summary: Make clear in RestrictPatronsWithFailedNotices syspref description that restrict_patrons_with_failed_notices.pl cronjob has default days setting
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: Command-line UtilitiesAssignee: Andrew Fuerste-Henry <andrew>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew, felicie.thiery, robin
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39010
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 23295    
Bug Blocks:    
Attachments: Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices

Description Aleisha Amohia 2024-11-07 22:45:46 UTC
New cronjob restrict_patrons_with_failed_notices.pl added by Bug 23295 will always affect notices failed in the last 7 days.

This should be made clear to library staff in the syspref description. 

For example the description could be changed to:

"a restriction to a patron when Koha has failed to send their email and SMS messages in the previous 7 days"
Comment 1 Andrew Fuerste-Henry 2025-01-31 19:16:04 UTC
Created attachment 177408 [details] [review]
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices

To test:
apply the patch and search for RestrictPatronsWithFailedNotices in sysprefs. It will now include a note that the cron looks at the preceding 7 days.
Comment 2 Felicie 2025-04-02 14:52:56 UTC
Created attachment 180409 [details] [review]
Bug 38404: Add explanatory text to RestrictPatronsWithFailedNotices

To test:
apply the patch and search for RestrictPatronsWithFailedNotices in sysprefs. It will now include a note that the cron looks at the preceding 7 days.
Comment 3 Felicie 2025-04-02 14:54:14 UTC
The information for the preceding 7 days is displayed correctly.