https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20475 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #3 from Lucas Gass <lucas@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.