https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34854 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 155956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155956&action=edit Bug 34854: Add ability to skip Talking Tech Itiva notifications for a patron if a given field matches a given value Because some notices are mandatory, some libraries would like to allow patrons to opt-in to phone notices. The request is to be able to decide if a patron should get a notice based on the value of a given field ( usually sort1 or sort2 ). Test Plan: 1) Apply this patch 2) Enable TalkingTechItivaPhoneNotification 3) Set up some overdue items for a patron 4) Enable phone notices for overdues in the notice status triggers 5) Run the outbound script for OVERDUE with -t OVERDUE 6) Note the output the output contains a line for that patron 7) Set the sort1 field for that patron to TEST 8) Run the script again, adding in the option "-i sort1:TEST" 9) Note the ouput no longer contains that patron! -- You are receiving this mail because: You are watching all bug changes.