[Koha-bugs] [Bug 20475] Patrons receiving both email and print overdue notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 16 21:16:14 CEST 2019


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

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #3 from Lucas Gass <lucas at bywatersolutions.com> ---
We've side-stepped this bug with a TT conditional in the ODUE notices: 

[% IF (borrower.email == NULL && borrower.smsalertnumber == NULL) ||
(borrower.email == "" && borrower.smsalertnumber == "") || (borrower.email ==
"" && borrower.smsalertnumber == NULL) || (borrower.email == NULL &&
borrower.smsalertnumber == "") %] **CONTENT OF NOTICE** [% ELSE %][% END %]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list