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=db3961dda02eb3b6ad084ad91fcecbc8ea2b5911;p=working%2FEvergreen.git LP1904036 Loading staged user applies juvenile flag Signed-off-by: Bill Erickson --- 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() {