From dc8a8db58a5471b7515ea8f8ab6d92febfc89fdc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 8 Apr 2021 11:38:10 -0400 Subject: [PATCH] LP1904036 Starting waivers Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- .../src/app/staff/circ/patron/edit.component.html | 33 ++++++++++++++++++++++ .../src/app/staff/circ/patron/edit.component.ts | 1 + 2 files changed, 34 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 a6d45bb20c..49248b43af 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 @@ -571,6 +571,39 @@ + +
+
Allow others to use my account
+
+ +
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
Addresses
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 100735a1ea..25e986cf07 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 @@ -176,6 +176,7 @@ export class EditComponent implements OnInit, AfterViewInit { origUsername: string; stageUser: IdlObject; stageUserRequestor: IdlObject; + waiverName: string; fieldPatterns: {[cls: string]: {[field: string]: RegExp}} = { au: {}, -- 2.11.0