From 07442f7fd2bcc1999b40a564a3c25fb70007aaa1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 12 Jul 2021 12:53:52 -0400 Subject: [PATCH] LP1888723 Remove ref. to nonexistent workstation setting Signed-off-by: Bill Erickson Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts index 4c37cbd0d3..461a7cf327 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts @@ -87,7 +87,7 @@ export class VolCopyService { // These will come up later -- prefetch. .then(_ => this.serverStore.getItemBatch([ - 'webstaff.cat.copy.templates', + 'cat.copy.templates', 'eg.cat.volcopy.defaults', 'eg.cat.record.summary.collapse' ])) -- 2.43.2