LP1904036 Loading staged user applies juvenile flag
authorBill Erickson <berickxx@gmail.com>
Tue, 5 Oct 2021 20:56:19 +0000 (16:56 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 13 Jul 2022 18:47:58 +0000 (14:47 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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() {