and no notification options are triggered.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
<!-- HIDDEN FIELDS FOR DEFAULT NOTIFICATION PREFERENCES -->
+ [%- IF ctx.notify_method -%]
+ [%- IF ctx.notify_method == '' OR ctx.notify_method == 'phone:email' -%]
+ [%- SET ctx.notify_method = 'email|phone' -%]
+ [%- END -%]
+ [%- ELSE -%]
+ [%- SET ctx.notify_method = 'email|phone' -%]
+ [%- END -%]
[%- IF ctx.user.email -%]
[%- IF ctx.notify_method == 'email' OR ctx.notify_method == 'email|phone' -%]