From 63519397c11ab3dbaf9c26a35c6c8d761a7f45a0 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 2 May 2022 10:48:19 -0400 Subject: [PATCH] LP1904036 Auto-Renew Opt-In Support Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html | 3 +++ Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html index 75fcc9efc7..f8870d61f7 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html @@ -589,6 +589,9 @@ + + diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts index 18667f3f14..983ce0c4a9 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts @@ -44,6 +44,7 @@ const PATRON_FLESH_FIELDS = [ const COMMON_USER_SETTING_TYPES = [ 'circ.holds_behind_desk', + 'circ.autorenew.opt_in', 'circ.collections.exempt', 'opac.hold_notify', 'opac.default_phone', -- 2.11.0