From: Bill Erickson Date: Tue, 16 Jun 2020 20:24:50 +0000 (-0400) Subject: LPXXX Angular Volcopy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=70b6ea6dbdd79e1fced4e10cdbf64dd4283efee8;p=working%2FEvergreen.git LPXXX Angular Volcopy Signed-off-by: Bill Erickson --- 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;