LP1904036 Loading staged user applies juvenile flag
authorBill Erickson <berickxx@gmail.com>
Tue, 5 Oct 2021 20:56:19 +0000 (16:56 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:38 +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.ts

index 361cdda..3ef4a91 100644 (file)
@@ -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() {