From 620e06968fdd8c8d1d3622c9ed93b78f8da11231 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Sun, 19 Nov 2017 10:44:15 -0500 Subject: [PATCH] LP#626157 Ang2 experiments / service Signed-off-by: Bill Erickson --- Open-ILS/webby-src/src/app/core/eg-event.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/webby-src/src/app/core/eg-event.ts b/Open-ILS/webby-src/src/app/core/eg-event.ts index 1561fedbb1..1b5903d9fd 100644 --- a/Open-ILS/webby-src/src/app/core/eg-event.ts +++ b/Open-ILS/webby-src/src/app/core/eg-event.ts @@ -12,12 +12,12 @@ export class EgEvent { success : Boolean = false; toString(): String { - let s = `Event: ${this.code}:${this.textcode} -> ${this.desc}`; - if (this.ilsperm) - s += ` ${this.ilsperm}@${this.ilspermloc}`; - if (this.note) - s += `\n${this.note}`; - return s; + let s = `Event: ${this.code}:${this.textcode} -> ${this.desc}`; + if (this.ilsperm) + s += ` ${this.ilsperm}@${this.ilspermloc}`; + if (this.note) + s += `\n${this.note}`; + return s; } /** -- 2.11.0