From 70b6ea6dbdd79e1fced4e10cdbf64dd4283efee8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 16 Jun 2020 16:24:50 -0400 Subject: [PATCH] LPXXX Angular Volcopy Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.ts index 0f34de4bfd..1357c7f133 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.ts @@ -132,6 +132,8 @@ export class VolCopyComponent implements OnInit { return Promise.reject('Session Expired'); } + console.debug('Edit Session', editSession); + this.context.recordId = editSession.record_id; this.context.hideVols = editSession.hide_vols === true; this.context.hideCopies = editSession.hide_copies === true; -- 2.11.0