From: Bill Erickson Date: Tue, 5 Oct 2021 20:56:19 +0000 (-0400) Subject: LP1904036 Loading staged user applies juvenile flag X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56c9499a992e0617aeb5f280894f9c9b674b3d5f;p=working%2FEvergreen.git LP1904036 Loading staged user applies juvenile flag Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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() {