https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40076 --- Comment #1 from Hammat wele <hammat.wele@inlibro.com> --- Created attachment 183769 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183769&action=edit Bug 40076: Add --skip-no-email parameter to borrowers-force-messaging-defaults.pl This patch adds a new parameter to skip borrowers without an email address. To test: 1 - Create a new patron without an email address and note their borrowernumber. 2 - Run ./misc/maintenance/borrowers-force-messaging-defaults.pl ==> The patron created in step 1 should be processed. 3 - Repeat step 2 with the --skip-no-email parameter. ==> The patron created in step 1 should not be processed. -- You are receiving this mail because: You are watching all bug changes.