LP1904036 Auto-Renew Opt-In Support
authorBill Erickson <berickxx@gmail.com>
Mon, 2 May 2022 14:48:19 +0000 (10:48 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:42 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html
Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts

index 75fcc9e..f8870d6 100644 (file)
     </div>
   </ng-container>
 
+  <ng-container *ngTemplateOutlet="userSettingsCheckboxRow;
+    context: {args: {settingName: 'circ.autorenew.opt_in'}}">
+  </ng-container>
   <ng-container *ngFor="let set of optInSettingTypes | keyvalue">
     <ng-container *ngTemplateOutlet="userSettingsCheckboxRow;
       context: {args: {settingName: set.key}}">
index 18667f3..983ce0c 100644 (file)
@@ -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',