From: Bill Erickson Date: Sun, 19 Nov 2017 15:44:15 +0000 (-0500) Subject: LP#626157 Ang2 experiments / service X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=620e06968fdd8c8d1d3622c9ed93b78f8da11231;p=working%2FEvergreen.git LP#626157 Ang2 experiments / service Signed-off-by: Bill Erickson --- 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; } /**