From 32fd1a1ad55e80767da7a7293c2d788ea9516d02 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 3 Jan 2017 18:26:00 -0500 Subject: [PATCH] Hide Email Checkout Receipts Option This doesn't work in the staff client, so hiding option from the patron self-registration form and from the patron's My Account settings until we have moved to the web client. (It still appears in the staff client, so can be set there, but it will be virtually non-functional if set.) Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 | 11 +---------- Open-ILS/src/templates/opac/register.tt2 | 12 +----------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 index 47b7f72677..2b712466d7 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 @@ -85,16 +85,7 @@ [% END %] [% FOR optin IN ctx.opt_in_settings %] - - - - - - + [% END %] diff --git a/Open-ILS/src/templates/opac/register.tt2 b/Open-ILS/src/templates/opac/register.tt2 index c3626d4541..1bd6b8134c 100644 --- a/Open-ILS/src/templates/opac/register.tt2 +++ b/Open-ILS/src/templates/opac/register.tt2 @@ -213,17 +213,7 @@ FOR field_def IN register_fields; [% IF ctx.register.opt_in_settings.size > 0 %] [% FOR optin IN ctx.register.opt_in_settings %] - - - - - - - + [% END %] [% END %] -- 2.11.0