13 Nov
2017
13 Nov
'17
5:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19620 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Some libraries want to be able to skip patrons with valid email addresses when generated outbound files for Talking Tech. Course of action: 1) Modify the TT outbound script a) Add new '--skip-patrons-with-email' flag b) Modify the script to only return overdues where C4::Members::GetFirstValidEmailAddress comes back false c) Modify C4::Members::GetFirstValidEmailAddress to accept an optional hashref of patron data to avoid the cost of a double lookup -- You are receiving this mail because: You are watching all bug changes.