[Koha-bugs] [Bug 19620] Allow skipping of patrons with valid emails for Talking Tech

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 13 17:27:17 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19620

--- Comment #1 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list