From b7e4a45c8e9d687a71e78f44c69046a0f6f0a181 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 13 Jul 2020 08:11:04 -0700 Subject: [PATCH] LPXXX Angular Volcopy Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts | 2 ++ 1 file changed, 2 insertions(+) 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 32236f3a66..9cfb6dfa25 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 @@ -139,6 +139,8 @@ export class VolCopyService { .then(_ => this.serverStore.getItem('cat.copy.templates')) .then(templates => { + if (!templates) { return null; } + this.templates = templates; this.templateNames = Object.keys(templates) -- 2.11.0