From 56c9499a992e0617aeb5f280894f9c9b674b3d5f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 5 Oct 2021 16:56:19 -0400 Subject: [PATCH] LP1904036 Loading staged user applies juvenile flag 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.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 361cddadad..3ef4a913a5 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 @@ -341,7 +341,8 @@ export class EditComponent implements OnInit, AfterViewInit { }) .then(reqr => this.stageUserRequestor = reqr) - .then(_ => this.copyStageData()); + .then(_ => this.copyStageData()) + .then(_ => this.maintainJuvFlag()); } copyStageData() { -- 2.11.0