From: Galen Charlton Date: Fri, 25 Aug 2017 14:29:43 +0000 (-0400) Subject: LP#1712840: extend fix to circ and holds history tabs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c3abc07f7c0a14ec3dc7e1b3006d9af0969bb6a7;p=working%2FEvergreen.git LP#1712840: extend fix to circ and holds history tabs This patch fixes the remaining two instances of a bare 'IF ebook_api.enabled' test. Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 index 6940bdeeff..423c4ffe57 100644 --- a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 @@ -14,7 +14,7 @@ - [%- IF ebook_api.enabled %] + [%- IF ebook_api.enabled == 'true' %] diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 index 9f22b1dcb0..068557fd47 100644 --- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 @@ -15,7 +15,7 @@ - [% IF ebook_api.enabled %] + [% IF ebook_api.enabled == 'true' %]